cleanup, fixes
This commit is contained in:
parent
5d3bf43fdc
commit
3870a30aea
6 changed files with 33 additions and 40 deletions
13
src/App.scss
13
src/App.scss
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue