Merge pull request #167 from jzelinskie/checkbox

css: properly size dash in checkbox
This commit is contained in:
josephschorr 2015-06-23 12:24:32 -04:00
commit 88949f773c

View file

@ -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;
}
}