Compare commits

...

1 Commits

Author SHA1 Message Date
Jakub Steiner
2f4b749010 theme: Disable calt for input
- Smarts like context alternative ligatures should not be used in entries and textviews by default,
  as it might make things like URIs and passwords behave non-deterministically.

See https://gitlab.gnome.org/Teams/Design/initiatives/-/issues/152#note_2168257
2024-07-31 19:05:56 +02:00

View File

@@ -14,6 +14,12 @@ $menu_margin: $menu_radius; //margin around menuitems & sidebar items
$window_radius: $button_radius + 3;
$popover_radius: $button_radius + 4;
/* disable context alternative ligatures for input */
entry text,
textview {
font-variant-ligatures: no-contextual;
}
/***************
* Base States *
***************/