2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-19 09:50:33 +03:00

Use relatively-sized close trigger

So that it respects changes in the font-size of the select itself.
This commit is contained in:
Steven Harman
2018-07-19 16:15:05 -04:00
parent 3ef668e078
commit 34a3a34a99
+3 -3
View File
@@ -99,7 +99,7 @@
font-size: 23px; font-size: 23px;
font-weight: 700; font-weight: 700;
line-height: 1; line-height: 1;
color: rgba(60, 60, 60, .5); color: rgba(60, 60, 60, 0.5);
padding: 0; padding: 0;
border: 0; border: 0;
background-color: transparent; background-color: transparent;
@@ -163,7 +163,7 @@
} }
.v-select .selected-tag .close { .v-select .selected-tag .close {
margin-left: 2px; margin-left: 2px;
font-size: 20px; font-size: 1.25em;
appearance: none; appearance: none;
padding: 0; padding: 0;
cursor: pointer; cursor: pointer;
@@ -195,7 +195,7 @@
-webkit-appearance: none; -webkit-appearance: none;
-moz-appearance: none; -moz-appearance: none;
line-height: 1.42857143; line-height: 1.42857143;
font-size:1em; font-size: 1em;
height: auto; height: auto;
display: inline-block; display: inline-block;
border: none; border: none;