We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f5b2b commit f2b1407Copy full SHA for f2b1407
assets/styles/ui-components/_button.scss
@@ -47,6 +47,8 @@ $button-secondary-border-color: $button-primary-border-color;
47
48
&.is-primary {
49
&,
50
+ &:hover,
51
+ &:focus,
52
&:active,
53
&.is-active {
54
background-color: $primary !important;
@@ -62,6 +64,8 @@ $button-secondary-border-color: $button-primary-border-color;
62
64
&.is-primary.is-inverted,
63
65
&.is-primary-invert {
66
67
68
69
70
71
border-color: $primary !important;
@@ -77,6 +81,8 @@ $button-secondary-border-color: $button-primary-border-color;
77
81
78
82
&.is-secondary {
79
83
84
85
80
86
87
88
background-color: $primary-invert !important;
0 commit comments