HC: entry - make hints italic

- to keep contrast but indicated difference between a value and a hint

Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/5143
This commit is contained in:
Jakub Steiner 2022-08-29 11:58:29 +02:00
parent 0f2582ff02
commit 09176fc1b3

View File

@ -316,6 +316,7 @@ entry {
> text > placeholder {
@extend .dim-label;
@if $contrast == 'high' { font-style: italic; }
}
> text > block-cursor {