@@ -5,9 +5,9 @@ $pill-color-active-hover: $primary-invert !default;
55$pill-color-hover : $secondary-invert !default ;
66$pill-background-active : $primary !default ;
77
8- $pill-background-active-focus : $primary-dark !default ;
9- $pill-background-color-hover : opacify ( $secondary-light , .75 ) !default ;
10- $pill-background-color-focus : $secondary-light !default ;
8+ $pill-background-active-focus : $primary !default ;
9+ $pill-background-color-hover : $secondary !default ;
10+ $pill-background-color-focus : $secondary !default ;
1111$pill-background-color-active : $dark !default ;
1212$pill-background-color-focus : $dark !default ;
1313$pill-border-color : transparent !default ;
@@ -46,7 +46,7 @@ $pill-hover-shadow-color: rgba(0, 0, 0, .15) !default;
4646 & .is-active ,
4747 & :focus ,
4848 & :hover {
49- text-decoration : none ;
49+ text-decoration : underline ;
5050 }
5151
5252 & :focus ,
@@ -83,18 +83,13 @@ $pill-hover-shadow-color: rgba(0, 0, 0, .15) !default;
8383
8484 & :not (span ) {
8585 & :hover ,
86- & .is-hovered {
86+ & .is-hovered ,
87+ & :focus ,
88+ & .is-focused {
8789 color : $primary-invert ;
8890 background-color : bulmaDarken ($primary , 2.5% );
8991 border-color : transparent ;
9092 }
91-
92- & :focus ,
93- & .is-focused {
94- color : $primary ;
95- background-color : $primary-invert ;
96- border-color : $color-black ;
97- }
9893 }
9994
10095 & -invert ,
@@ -105,16 +100,12 @@ $pill-hover-shadow-color: rgba(0, 0, 0, .15) !default;
105100
106101 & :not (span ) {
107102 & :hover ,
108- & .is-hovered {
109- color : $primary-invert ;
110- background-color : bulmaDarken ($primary , 2.5% );
111- }
112-
103+ & .is-hovered ,
113104 & :focus ,
114105 & .is-focused {
115- color : $primary-invert ;
116- background-color : bulmaDarken ( $primary , 2.5 % ) ;
117- border-color : bulmaDarken ( $primary , 2.5 % ) ;
106+ color : $primary ;
107+ background-color : $primary-invert ;
108+ border-color : $primary ;
118109 }
119110 }
120111 }
0 commit comments