Slight simplification.

This commit is contained in:
Dermot Duffy
2022-06-08 19:03:13 -07:00
parent 8ff15b868b
commit 95c4423524
2 changed files with 11 additions and 26 deletions
+2 -2
View File
@@ -44,7 +44,7 @@ div.upgrade span {
cursor: pointer;
}
.submenu-header.selected {
.submenu.selected .submenu-header {
background-color: var(--primary-color);
color: var(--primary-text-color);
}
@@ -58,7 +58,7 @@ div.upgrade span {
.submenu-header .new-camera {
font-style: italic;
}
.submenu-header:not(.selected) .new-camera {
.submenu:not(.selected) .submenu-header .new-camera {
color: var(--secondary-text-color, 'black');
}