Merge pull request #22167 from barredterra/dropdown-style

fix: don't underline links in dropdown
This commit is contained in:
Ankush Menat 2023-08-23 16:02:29 +05:30 committed by GitHub
commit bf8fdcf644
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -331,6 +331,7 @@ select.input-xs {
a {
transition: none;
cursor: pointer;
text-decoration: none;
}
a:active {
--icon-stroke: #{$component-active-color};