cleanup, fixes

This commit is contained in:
Henry Jameson 2021-03-11 16:31:15 +02:00
parent 5d3bf43fdc
commit 3870a30aea
6 changed files with 33 additions and 40 deletions

View file

@ -222,19 +222,6 @@ input, textarea, .input {
opacity: 0.5;
}
.select-down-icon {
position: absolute;
top: 0;
bottom: 0;
right: 5px;
height: 100%;
color: $fallback--text;
color: var(--inputText, $fallback--text);
line-height: 28px;
z-index: 0;
pointer-events: none;
}
&[type=range] {
background: none;
border: none;