File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -187,14 +187,14 @@ $primary: $ux-emerald-600;
187
187
@mixin btn-tertiary {
188
188
$btn-tertiary-background : transparent ;
189
189
$btn-tertiary-border : transparent ;
190
- $btn-tertiary-color : $synth-primary-cta-blue ;
190
+ $btn-tertiary-color : #000000 ;
191
191
192
- $btn-tertiary-hover-background : $btn-tertiary-background ;
192
+ $btn-tertiary-hover-background : #F4F4F4 ;
193
193
$btn-tertiary-hover-border : $btn-tertiary-border ;
194
194
$btn-tertiary-hover-color : $btn-tertiary-color ;
195
195
196
- $btn-tertiary-active-background : $btn-tertiary-background ;
197
- $btn-tertiary-active-border : $synth-hyperlink-color ;
196
+ $btn-tertiary-active-background : #DEDEDE ;
197
+ $btn-tertiary-active-border : #DEDEDE ;
198
198
$btn-tertiary-active-color : $btn-tertiary-hover-color ;
199
199
200
200
$btn-tertiary-disabled-background : $btn-tertiary-background ;
@@ -221,9 +221,16 @@ $primary: $ux-emerald-600;
221
221
222
222
border-width : 2px ;
223
223
224
- & :active , & .btn-tertiary :focus {
225
- box-shadow : none ;
226
- border-color : var (--synth-hyperlink-color );
224
+ & :active , & :focus {
225
+ @include btn-remove-bootstrap-focus-outline ;
226
+ }
227
+
228
+ & :focus-visible {
229
+ @include btn-focus-outline ;
230
+ }
231
+
232
+ & :focus:not (:active ):not (:hover ) {
233
+ background-color : transparent ;
227
234
}
228
235
}
229
236
You can’t perform that action at this time.
0 commit comments