mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 09:39:58 +00:00
Fix select wrapper arrow disabled color
This commit is contained in:
@@ -150,6 +150,9 @@ button:default:hover:active {
|
||||
top: 0;
|
||||
width: var(--arrow-width);
|
||||
}
|
||||
.select-wrapper--disabled::after {
|
||||
opacity: 0.25;
|
||||
}
|
||||
select {
|
||||
-moz-appearance: none;
|
||||
padding-right: calc(8px + var(--arrow-width));
|
||||
|
||||
Reference in New Issue
Block a user