mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +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:
@@ -99,7 +99,7 @@
|
||||
font-size: 23px;
|
||||
font-weight: 700;
|
||||
line-height: 1;
|
||||
color: rgba(60, 60, 60, .5);
|
||||
color: rgba(60, 60, 60, 0.5);
|
||||
padding: 0;
|
||||
border: 0;
|
||||
background-color: transparent;
|
||||
@@ -163,7 +163,7 @@
|
||||
}
|
||||
.v-select .selected-tag .close {
|
||||
margin-left: 2px;
|
||||
font-size: 20px;
|
||||
font-size: 1.25em;
|
||||
appearance: none;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user