Merge branch 'adwaita-tnum' into 'gtk-3-24'

theme: use tabular figures where appropriate

See merge request GNOME/gtk!1493
This commit is contained in:
Matthias Clasen 2020-03-20 20:35:57 +00:00
commit 72689c52a5

View File

@ -1443,6 +1443,7 @@ spinbutton {
padding: 1px 2px;
}
}
font-feature-settings: "tnum";
}
@ -3331,7 +3332,10 @@ scale {
}
marks,
value { color: gtkalpha(currentColor, 0.55); }
value {
color: gtkalpha(currentColor, 0.55);
font-feature-settings: "tnum";
}
//marks margins
@each $scale_orient, $marks_class, $marks_pos, $marks_margin in (horizontal, top, top, bottom),
@ -3599,6 +3603,7 @@ progressbar {
// FIXME: insensitive state missing and some other state should be set probably
font-size: smaller;
color: transparentize($fg_color, 0.6);
font-feature-settings: "tnum";
&:backdrop {
box-shadow: none;