We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef668e commit 34a3a34Copy full SHA for 34a3a34
src/components/Select.vue
@@ -99,7 +99,7 @@
99
font-size: 23px;
100
font-weight: 700;
101
line-height: 1;
102
- color: rgba(60, 60, 60, .5);
+ color: rgba(60, 60, 60, 0.5);
103
padding: 0;
104
border: 0;
105
background-color: transparent;
@@ -163,7 +163,7 @@
163
}
164
.v-select .selected-tag .close {
165
margin-left: 2px;
166
- font-size: 20px;
+ font-size: 1.25em;
167
appearance: none;
168
169
cursor: pointer;
@@ -195,7 +195,7 @@
195
-webkit-appearance: none;
196
-moz-appearance: none;
197
line-height: 1.42857143;
198
- font-size:1em;
+ font-size: 1em;
199
height: auto;
200
display: inline-block;
201
border: none;
0 commit comments