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 { .co-checkable-menu-state.some:after {
content: "-"; content: "-";
font-size: 35px; font-size: 19px;
top: -19px; top: -6px;
left: 2px; left: 3px;
} }
@media (min-width: 768px) { @media (min-width: 768px) {