simplified mail settings ui
This commit is contained in:
@@ -332,10 +332,19 @@ button {
|
||||
font-family: var(--baseFontFamily);
|
||||
font-weight: normal;
|
||||
border-radius: var(--baseRadius);
|
||||
overflow: auto; /* fallback */
|
||||
overflow: overlay;
|
||||
&::placeholder {
|
||||
color: var(--txtDisabledColor);
|
||||
}
|
||||
&:focus,
|
||||
&:focus-within {
|
||||
@include scrollbar(
|
||||
$thumbColor: var(--baseAlt3Color),
|
||||
$thumbActiveColor: var(--baseAlt4Color)
|
||||
);
|
||||
}
|
||||
&:focus,
|
||||
&.active {
|
||||
border-color: var(--primaryColor);
|
||||
}
|
||||
@@ -393,13 +402,6 @@ input[type=number]::-webkit-outer-spin-button {
|
||||
textarea {
|
||||
min-height: 80px;
|
||||
resize: vertical;
|
||||
&:focus,
|
||||
&:focus-within {
|
||||
@include scrollbar(
|
||||
$thumbColor: var(--baseAlt3Color),
|
||||
$thumbActiveColor: var(--baseAlt4Color)
|
||||
);
|
||||
}
|
||||
}
|
||||
select {
|
||||
padding-left: 8px;
|
||||
|
||||
Reference in New Issue
Block a user