forked from AuroraMiddleware/gtk
adwaita: Use tabular figures where appropriate
Port 82b9be3297
from GTK3.
This commit is contained in:
parent
f47aba05b0
commit
40c8d8ba9f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user