💄 chore(pages): add .selected css class for highlighting page-buttons, improvements

This commit is contained in:
retrozinndev
2025-08-02 18:13:55 -03:00
parent 50fe196b1c
commit 9eb40e032d
5 changed files with 42 additions and 40 deletions
+4 -10
View File
@@ -89,10 +89,6 @@
& label.sub-header {
margin-top: 6px;
}
& button.default {
background: colors.$bg-tertiary;
}
}
}
@@ -128,6 +124,10 @@
padding: 6px;
border-radius: 12px;
&.selected {
background: colors.$bg-tertiary;
}
&:hover {
background: rgba(colors.$fg-primary, .1);
}
@@ -260,12 +260,6 @@
.tile-pages #page {
margin-top: 10px;
&.bluetooth {
button.connected {
background: colors.$bg-tertiary;
}
}
}
box.notif-history {