fix padding for nemo toolbar buttons (3.20). fix typo.

This commit is contained in:
Dustin Falgout
2016-04-10 04:53:28 -05:00
parent 6f961342d9
commit a7fcd6b7b5
3 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -106,7 +106,7 @@
&:checked:insensitive:last-child, &:checked:insensitive:only-child { box-shadow: none; }
&:active:last-child, &:active:last-child:focus, &:active:last-child:hover, &:active:last-child:hover:focus,
&:checked:last-child, &:checked:last-child:focus, &:checked:last-child:hover, &:checked:last-child:hover:focus, {
&:checked:last-child, &:checked:last-child:focus, &:checked:last-child:hover, &:checked:last-child:hover:focus {
box-shadow: inset 0 1px alpha($dark_shadow, .07),
inset -1px 0 alpha($dark_shadow, .06);
}