style(next): tweak the text segments of input groups

pull/1092/head
Adorian Doran 2025-01-31 21:52:53 +07:00
parent 09c14f8663
commit 46573714a4
1 changed files with 4 additions and 0 deletions

@ -252,6 +252,10 @@ input::selection,
--accented-background-color: transparent;
border: none;
font-style: italic;
color: var(--input-placeholder-color);
user-select: none;
cursor: default;
}
/* Combo box-like dropdown buttons */