Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
HC: entry - make hints italic
Browse files Browse the repository at this point in the history
- to keep contrast but indicated difference between a value and a hint

Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/5143
  • Loading branch information
jimmac committed Aug 29, 2022
1 parent 0f2582f commit 09176fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gtk/theme/Default/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ entry {

> text > placeholder {
@extend .dim-label;
@if $contrast == 'high' { font-style: italic; }
}

> text > block-cursor {
Expand Down

0 comments on commit 09176fc

Please sign in to comment.