@@ -95,7 +95,8 @@ $color-secondary-active: $color-teal-700;
9595 bor der- color : $color - primary- strong;
9696 }
9797
98- & : active {
98+ & : active ,
99+ & .active {
99100 color: $color - text- inverse;
100101 background- color : $color - primary- active;
101102 bor der- color : $color - primary- active;
@@ -113,7 +114,8 @@ $color-secondary-active: $color-teal-700;
113114 bor der- color : $color - secondary- strong;
114115 }
115116
116- & : active {
117+ & : active ,
118+ & .active {
117119 color: $color - text- inverse;
118120 background- color : $color - secondary- active;
119121 bor der- color : $color - secondary- active;
@@ -131,7 +133,8 @@ $color-secondary-active: $color-teal-700;
131133 bor der- color : $color - success- strong;
132134 }
133135
134- & : active {
136+ & : active ,
137+ & .active {
135138 color: $color - text- inverse;
136139 background- color : $color - success- active;
137140 bor der- color : $color - success- active;
@@ -149,7 +152,8 @@ $color-secondary-active: $color-teal-700;
149152 bor der- color : $color - info- strong;
150153 }
151154
152- & : active {
155+ & : active ,
156+ & .active {
153157 color: $color - text- inverse;
154158 background- color : $color - info- active;
155159 bor der- color : $color - info- active;
@@ -167,7 +171,8 @@ $color-secondary-active: $color-teal-700;
167171 bor der- color : $color - warning- strong;
168172 }
169173
170- & : active {
174+ & : active ,
175+ & .active {
171176 color: $color - text- inverse;
172177 background- color : $color - warning- active;
173178 bor der- color : $color - warning- active;
@@ -185,7 +190,8 @@ $color-secondary-active: $color-teal-700;
185190 bor der- color : $color - danger- strong;
186191 }
187192
188- & : active {
193+ & : active ,
194+ & .active {
189195 color: $color - text- inverse;
190196 background- color : $color - danger- active;
191197 bor der- color : $color - danger- active;
@@ -206,7 +212,8 @@ $color-secondary-active: $color-teal-700;
206212 border-color : $color - grey-500 ;
207213 }
208214
209- & : active {
215+ & : active ,
216+ & .active {
210217 color : $color - text- inverse;
211218 background- color : $color - grey-400 ;
212219 border-color : $color - grey-500 ;
@@ -227,7 +234,8 @@ $color-secondary-active: $color-teal-700;
227234 bor der- color : $color - grey-500 ;
228235 }
229236
230- & : active {
237+ & : active ,
238+ & .active {
231239 background-color : $color - default- active;
232240 bor der- color : $color - grey-500 ;
233241 }
0 commit comments