Skip to content

Commit 34a3a34

Browse files
committed
Use relatively-sized close trigger
So that it respects changes in the font-size of the select itself.
1 parent 3ef668e commit 34a3a34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Select.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
font-size: 23px;
100100
font-weight: 700;
101101
line-height: 1;
102-
color: rgba(60, 60, 60, .5);
102+
color: rgba(60, 60, 60, 0.5);
103103
padding: 0;
104104
border: 0;
105105
background-color: transparent;
@@ -163,7 +163,7 @@
163163
}
164164
.v-select .selected-tag .close {
165165
margin-left: 2px;
166-
font-size: 20px;
166+
font-size: 1.25em;
167167
appearance: none;
168168
padding: 0;
169169
cursor: pointer;
@@ -195,7 +195,7 @@
195195
-webkit-appearance: none;
196196
-moz-appearance: none;
197197
line-height: 1.42857143;
198-
font-size:1em;
198+
font-size: 1em;
199199
height: auto;
200200
display: inline-block;
201201
border: none;

0 commit comments

Comments
 (0)