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

This commit is contained in:
Adorian Doran 2025-01-31 21:52:53 +02:00
parent 09c14f8663
commit 46573714a4

View File

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