dropdown_list_widget: Do not underline the option text on focus.

We remove the underline on the text in the options on focus as
we already have a outline which is enough to show that the option
is focussed.
This commit is contained in:
Sahil Batra 2023-04-19 09:05:34 +05:30 committed by Tim Abbott
parent 1505fc30d6
commit 3853a8bf20
1 changed files with 4 additions and 0 deletions

View File

@ -1584,6 +1584,10 @@ $option_title_width: 180px;
hsl(200deg 100% 35%)
);
}
&:focus {
text-decoration: none;
}
}
}
}