Commit 59f1802e authored by Doug Puchalski's avatar Doug Puchalski Committed by XhmikosR
Browse files

Outline button variant hover mixin (#27289)

The outline button variant mixin should use the hover mixin, as does the non-outline version.
parent 50d866da
Showing with 1 addition and 1 deletion
+1 -1
......@@ -62,7 +62,7 @@
color: $color;
border-color: $color;
&:hover {
@include hover {
color: $color-hover;
background-color: $active-background;
border-color: $active-border;
......
Supports Markdown
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