@@ -46,40 +46,52 @@ $button-secondary-border-color: $button-primary-border-color;
4646 }
4747
4848 & .is-primary {
49- background-color : $primary !important ;
50- color : $primary-invert !important ;
51- border-color : $primary-invert !important ;
52-
53- & .is-outlined {
54- & :hover ,
55- & :focus {
56- border-color : $primary-invert !important ;
49+ & ,
50+ & :active ,
51+ & .is-active {
52+ background-color : $primary !important ;
53+ color : $primary-invert !important ;
54+ border-color : $primary-invert !important ;
55+
56+ & .is-outlined {
57+ & :hover ,
58+ & :focus {
59+ border-color : $primary-invert !important ;
60+ }
5761 }
58- }
5962
60- .icon {
61- fill : $primary-invert !important ;
63+ .icon {
64+ fill : $primary-invert !important ;
65+ }
6266 }
6367 }
6468
6569 & .is-primary.is-inverted ,
6670 & .is-primary-invert {
67- border-color : $primary !important ;
68- background-color : $primary-invert !important ;
69- color : $primary !important ;
70-
71- .icon {
72- fill : currentColor !important ;
73- color : inherit ;
71+ & ,
72+ & :active ,
73+ & .is-active {
74+ border-color : $primary !important ;
75+ background-color : $primary-invert !important ;
76+ color : $primary !important ;
77+
78+ .icon {
79+ fill : currentColor !important ;
80+ color : inherit ;
81+ }
7482 }
7583 }
7684
7785 & .is-secondary {
78- background-color : $primary-invert !important ;
79- color : $primary !important ;
80-
81- .icon {
82- fill : currentColor !important ;
86+ & ,
87+ & :active ,
88+ & .is-active {
89+ background-color : $primary-invert !important ;
90+ color : $primary !important ;
91+
92+ .icon {
93+ fill : currentColor !important ;
94+ }
8395 }
8496 }
8597
0 commit comments