second pass of reorganizing emoji tab
This commit is contained in:
parent
2fe5efc69d
commit
4329502422
7 changed files with 235 additions and 194 deletions
14
src/App.scss
14
src/App.scss
|
|
@ -513,6 +513,12 @@ nav {
|
|||
}
|
||||
}
|
||||
|
||||
label {
|
||||
&.-disabled {
|
||||
color: var(--textFaint);
|
||||
}
|
||||
}
|
||||
|
||||
input,
|
||||
textarea {
|
||||
border: none;
|
||||
|
|
@ -554,6 +560,7 @@ textarea {
|
|||
&.disabled {
|
||||
cursor: not-allowed;
|
||||
color: var(--textFaint);
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
&[type="range"] {
|
||||
|
|
@ -579,6 +586,8 @@ textarea {
|
|||
& + label::before {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
background-color: var(--background);
|
||||
}
|
||||
|
||||
+ label::before {
|
||||
|
|
@ -694,13 +703,16 @@ option {
|
|||
display: inline-flex;
|
||||
vertical-align: middle;
|
||||
|
||||
.Select select {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
> *,
|
||||
> * .button-default {
|
||||
--_roundness-left: 0;
|
||||
--_roundness-right: 0;
|
||||
|
||||
position: relative;
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
> *:first-child,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue