Skip to content

Commit c47cc46

Browse files
committed
Chore: trivial fix
1 parent 041e70e commit c47cc46

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

src/app.vue

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,17 @@ a:hover {
165165
color: #2196F3;
166166
}
167167
168+
select, button {
169+
font-family: inherit;
170+
}
171+
168172
.app__root {
169173
display: flex;
170174
flex-direction: column;
171175
width: 100%;
172176
height: 100%;
177+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHElEQVQYV2O8e/fuf2VlZUYGKIAzMARgKjFUAABhrQgFvaGkawAAAABJRU5ErkJggg==) repeat;
178+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
173179
}
174180
175181
.app__header {
@@ -180,7 +186,6 @@ a:hover {
180186
flex-shrink: 0;
181187
background-color: #A5D6A7;
182188
border-bottom: 1px solid #4CAF50;
183-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
184189
}
185190
.app__header-title {
186191
flex-grow: 1;
@@ -240,6 +245,7 @@ a:hover {
240245
flex-wrap: wrap;
241246
flex-shrink: 0;
242247
border-top: 1px solid #CCC;
248+
background-color: white;
243249
}
244250
.app__version-item {
245251
flex-shrink: 0;

src/message-list.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ export default {
5454
margin: 0;
5555
padding: 0;
5656
overflow-y: scroll;
57-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHElEQVQYV2O8e/fuf2VlZUYGKIAzMARgKjFUAABhrQgFvaGkawAAAABJRU5ErkJggg==) repeat;
5857
}
5958
6059
.message-list__item {

src/rule-select-category.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,6 @@ export default {
116116
</script>
117117

118118
<style>
119-
.rule-select-category__root {
120-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
121-
}
122-
123119
.rule-select-category__header {
124120
display: block;
125121
padding: 8px;

src/rule-select.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,5 @@ export default {
5050
padding: 0;
5151
overflow-x: hidden;
5252
overflow-y: scroll;
53-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHElEQVQYV2O8e/fuf2VlZUYGKIAzMARgKjFUAABhrQgFvaGkawAAAABJRU5ErkJggg==) repeat;
5453
}
5554
</style>

0 commit comments

Comments
 (0)