Commit 4aea892a authored by Jake Hartnell's avatar Jake Hartnell Committed by Randall Leeds

Add on-hover color change for adder buttons.

parent 4405ce23
......@@ -52,6 +52,12 @@ $base-font-size: 14px;
text-align: center;
background: $white !important;
color: $gray-light !important;
&.h-icon-mode-comment, &.h-icon-border-color {
&:hover {
color: $gray-dark !important;
}
}
}
&:hover {
......
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