css: properly size dash in checkbox
This commit is contained in:
parent
a929866b9a
commit
99a2fdf285
1 changed files with 4 additions and 4 deletions
|
@ -1108,9 +1108,9 @@ a:focus {
|
|||
|
||||
.co-checkable-menu-state.some:after {
|
||||
content: "-";
|
||||
font-size: 35px;
|
||||
top: -19px;
|
||||
left: 2px;
|
||||
font-size: 19px;
|
||||
top: -6px;
|
||||
left: 3px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
|
@ -1246,4 +1246,4 @@ a:focus {
|
|||
font-size: 16px;
|
||||
color: white;
|
||||
z-index: 2;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue