dropdown_list_widget: Update focus outline of toggle button.

This commit updates the focus outline of toggle button to be
same as that of select element.
This commit is contained in:
Sahil Batra 2023-04-19 09:03:02 +05:30 committed by Tim Abbott
parent 66f762f4f4
commit 1505fc30d6
1 changed files with 2 additions and 1 deletions

View File

@ -127,7 +127,8 @@ input::-ms-reveal {
}
}
select.bootstrap-focus-style {
select.bootstrap-focus-style,
button.dropdown-toggle {
&:focus {
outline: 1px dotted hsl(0deg 0% 20%);
outline: 5px auto -webkit-focus-ring-color;