Commit e455c3b7 by Richard Moch

Add background to focused labels for cleaner display

parent d851c6de
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment