Skip to content

Commit 4be40f2

Browse files
committed
Fix titlebar window buttons
1 parent 70387b7 commit 4be40f2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css/base.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,23 @@
44
width: 46px !important;
55
height: 32px !important;
66
stroke: var(--uwp-titlebar-stroke) !important;
7+
color: var(--uwp-titlebar-stroke) !important;
78
background-color: var(--uwp-titlebar-background) !important;
9+
font: 10px / 1 "Segoe Fluent Icons", "Segoe MDL2 Assets" !important;
810

911
&:hover {
1012
stroke: var(--uwp-titlebar-stroke-hover) !important;
13+
color: var(--uwp-titlebar-stroke-hover) !important;
1114
background-color: var(--uwp-titlebar-background-hover) !important;
1215
}
1316
&:active {
1417
stroke: var(--uwp-titlebar-stroke-active) !important;
18+
color: var(--uwp-titlebar-stroke-active) !important;
1519
background-color: var(--uwp-titlebar-background-active) !important;
1620
}
1721
&:not(:hover, :active):-moz-window-inactive {
1822
stroke: var(--uwp-titlebar-stroke-inactive) !important;
23+
color: var(--uwp-titlebar-stroke-inactive) !important;
1924
}
2025
&.titlebar-close:hover {
2126
background-color: #C42B1C !important;

0 commit comments

Comments
 (0)