mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-04 06:32:23 +03:00
all .close button using helvetica in demo
This commit is contained in:
+5
-2
@@ -95,8 +95,6 @@
|
||||
background-color: #d7f3f9;
|
||||
border-color: #91ddec;
|
||||
.close {
|
||||
font-family: "Helvetica Neue", "Helvetica";
|
||||
font-weight: 400;
|
||||
color: #147688;
|
||||
opacity: .5;
|
||||
}
|
||||
@@ -116,6 +114,11 @@
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
.selected-tag .close {
|
||||
font-family: "Helvetica Neue", "Helvetica";
|
||||
font-weight: 400;
|
||||
}
|
||||
</style>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user