Skip to content

Commit 464c5f0

Browse files
committed
Added CSS styling for Language button focus state
1 parent 3dba79b commit 464c5f0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/assets/css/main.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2899,6 +2899,13 @@ iframe {
28992899
z-index: 5;
29002900
}
29012901

2902+
#i18n-btn a:focus {
2903+
color: #ed225d;
2904+
outline: active;
2905+
outline-style: dotted;
2906+
}
2907+
2908+
29022909
#i18n-btn a:hover {
29032910
color: #ed225d;
29042911
}

0 commit comments

Comments
 (0)