Merge pull request #22167 from barredterra/dropdown-style
fix: don't underline links in dropdown
This commit is contained in:
commit
bf8fdcf644
1 changed files with 1 additions and 0 deletions
|
|
@ -331,6 +331,7 @@ select.input-xs {
|
|||
a {
|
||||
transition: none;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:active {
|
||||
--icon-stroke: #{$component-active-color};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue