Commit e455c3b7 by Richard Moch

Add background to focused labels for cleaner display

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