mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
radio button outline style (#14811)
This commit is contained in:
@@ -213,6 +213,7 @@ body.web {
|
||||
.monaco-workbench input[type="button"]:focus,
|
||||
.monaco-workbench input[type="text"]:focus,
|
||||
.monaco-workbench textarea:focus,
|
||||
.monaco-workbench input[type="radio"]:focus, /* {{SQL CARBON EDIT}} */
|
||||
.monaco-workbench input[type="checkbox"]:focus {
|
||||
outline-width: 1px;
|
||||
outline-style: solid;
|
||||
@@ -220,6 +221,7 @@ body.web {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
.monaco-workbench input[type="radio"]:focus, /* {{SQL CARBON EDIT}} */
|
||||
.monaco-workbench input[type="checkbox"]:focus {
|
||||
outline-offset: 2px;
|
||||
}
|
||||
|
||||
@@ -121,7 +121,8 @@ registerThemingParticipant((theme: IColorTheme, collector: ICssStyleCollector) =
|
||||
.monaco-workbench button:focus,
|
||||
.monaco-workbench textarea:focus,
|
||||
.monaco-workbench input[type="search"]:focus,
|
||||
.monaco-workbench input[type="checkbox"]:focus {
|
||||
.monaco-workbench input[type="radio"]:focus, /* {{SQL CARBON EDIT}} */
|
||||
.monaco-workbench input[type="checkbox"]:focus{
|
||||
outline-color: ${focusOutline};
|
||||
}
|
||||
`);
|
||||
|
||||
Reference in New Issue
Block a user