We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a0335d commit 1e0690cCopy full SHA for 1e0690c
packages/main/src/themes/Button.css
@@ -206,6 +206,7 @@ ui5-button span[data-sap-ui-wc-root] .sapMBtn::before {
206
text-shadow: none;
207
}
208
209
+.sapMBtn.sapMBtnEmphasized:focus::after,
210
.sapMBtn.sapMBtnEmphasized.sapMBtnActive:focus::after {
211
border-color: var(--sapUiContentContrastFocusColor);
212
@@ -214,10 +215,6 @@ ui5-button span[data-sap-ui-wc-root] .sapMBtn::before {
214
215
border-color: var(--_ui5_button_emphasized_focused_border_color);
216
217
-.sapMBtn.sapMBtnEmphasized:focus::after {
218
- border-color: var(--_ui5_button_positive_border_focus_hover_color);
219
-}
220
-
221
.sapMBtn.sapMBtnTransparent {
222
background-color: var(--sapUiButtonLiteBackground);
223
border-color: var(--sapUiButtonLiteBorderColor);
0 commit comments