mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Adding custom focus outline-offset for checkboxes (#13229)
* adding focus outline styling for checkboxes * Merge pull request #110038 from aasimkhan30/aasim/fix/checkboxOutline Added outline offset to checkbox to make focus visible. * Revert "adding focus outline styling for checkboxes" This reverts commit 1f9de7a00f7e947725e9e935d0be5bca2d662600. Co-authored-by: Miguel Solorio <miguel.solorio@microsoft.com>
This commit is contained in:
@@ -220,6 +220,10 @@ body.web {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
.monaco-workbench input[type="checkbox"]:focus {
|
||||
outline-offset: 2px;
|
||||
}
|
||||
|
||||
.monaco-workbench [tabindex="0"]:active,
|
||||
.monaco-workbench [tabindex="-1"]:active,
|
||||
.monaco-workbench select:active,
|
||||
|
||||
Reference in New Issue
Block a user