💄 chore(pages): add .selected css class for highlighting page-buttons, improvements
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user