Merge branch 'fixes-roundup5' into shigusegubu-themes3

This commit is contained in:
Henry Jameson 2025-03-05 02:51:15 +02:00
commit 8ad1c4a3ff
13 changed files with 77 additions and 9 deletions

View file

@ -129,6 +129,21 @@ PanelHeader {
background: --fg
}
PanelHeader ButtonUnstyled Icon {
textColor: --text;
textAuto: 'no-preserve'
}
PanelHeader Button Icon {
textColor: --text;
textAuto: 'no-preserve'
}
PanelHeader Button Text {
textColor: --text;
textAuto: 'no-preserve'
}
Tab:hover {
background: --bg;
shadow: --buttonDefaultBevel
@ -172,6 +187,14 @@ MenuItem:hover {
background: --fg
}
MenuItem:active {
background: --fg
}
MenuItem:active:hover {
background: --fg
}
Popover {
shadow: --buttonDefaultBevel, 5 5 0 0 #000000 / 0.2;
roundness: 0