mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 10:22:29 +08:00
style(next): combo boxes: prevent the text overlapping the dropdown arrow
This commit is contained in:
parent
2db3765bd4
commit
d8962393af
@ -283,10 +283,6 @@ input::selection,
|
||||
|
||||
/* Combo box-like dropdown buttons */
|
||||
|
||||
.select-button.dropdown-toggle {
|
||||
padding-right: 40px;
|
||||
}
|
||||
|
||||
.select-button.dropdown-toggle::after {
|
||||
/* Remove the original arrow */
|
||||
content: unset;
|
||||
@ -300,6 +296,7 @@ select.form-control,
|
||||
.select-button.dropdown-toggle.btn {
|
||||
outline: 3px solid transparent;
|
||||
outline-offset: 6px;
|
||||
padding-right: calc(15px + 1.5rem);
|
||||
background: var(--input-background-color)
|
||||
var(--select-arrow-svg) right 0.75rem center/15px 20px no-repeat;
|
||||
color: var(--input-text-color);
|
||||
|
Loading…
x
Reference in New Issue
Block a user