Add background to focused labels for cleaner display

This commit is contained in:
Richard Moch
2015-03-30 15:04:08 +00:00
parent d851c6ded3
commit e455c3b7b7

View File

@@ -196,6 +196,7 @@
&:hover, &:focus {
border-color: $blue-d2;
background-color: $white;
.action-label {
color: $blue-d2;
@@ -216,6 +217,7 @@
&:hover, &:focus {
border-color: $green-d1;
background-color: $white;
.action-label {
color: $green-d2;
@@ -229,6 +231,7 @@
&:hover, &:focus {
border-color: $gray;
background-color: $white;
.action-icon {
border: 1px solid $gray;