adwaita: Use tabular figures where appropriate

Port 82b9be3297 from GTK3.
This commit is contained in:
Alexander Mikhaylenko 2020-05-07 00:37:55 +05:00
parent f47aba05b0
commit 40c8d8ba9f

View File

@ -1221,6 +1221,8 @@ spinbutton {
padding: 1px 2px;
}
}
font-feature-settings: "tnum";
}
@ -2743,7 +2745,10 @@ scale {
}
}
> value { color: gtkalpha(currentColor, 0.55); }
> value {
color: gtkalpha(currentColor, 0.55);
font-feature-settings: "tnum";
}
&.horizontal {
> marks {
@ -3027,6 +3032,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;