fix: clean up more duplicate selectors

This commit is contained in:
Jones8683
2026-01-29 20:53:12 +10:30
parent 3b7bbc9bc6
commit eed8bac45a
+27 -31
View File
@@ -434,6 +434,11 @@ ul.magicDelete > li.deleting {
[class*="notifications__items___"] {
-ms-overflow-style: none !important;
scrollbar-width: none !important;
border-bottom: none;
height: 540px;
display: flex;
flex-direction: column;
&::-webkit-scrollbar {
display: none !important;
}
@@ -728,13 +733,7 @@ td.colourBar {
#container #content .uiButton {
border-radius: 16px;
}
.dark {
#toolbar button.toggled,
#toolbar button.depressed {
background: #333333;
color: white;
}
}
#toolbar button.toggled,
#toolbar button.depressed {
background: #f3f3f3;
@@ -1510,12 +1509,6 @@ html.transparencyEffects
border: 1px solid white;
}
}
[class*="notifications__items___"] {
border-bottom: none;
height: 540px;
display: flex;
flex-direction: column;
}
[class*="notifications__details___"] {
max-width: 80%;
overflow: clip;
@@ -1708,6 +1701,9 @@ iframe.userHTML {
box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.05);
overflow-y: scroll;
height: 100%;
width: 400px;
background: var(--background-primary);
position: relative;
.navigator {
padding: 6px !important;
@@ -1849,21 +1845,6 @@ ul {
scrollbar-color: #babac0 #fff !important;
}
.dark {
body,
div,
ol,
ul {
scrollbar-width: thin;
scrollbar-color: #333 #111 !important;
}
}
.programmeNavigator {
width: 400px;
background: var(--background-primary);
position: relative;
}
#userActions > .details > .code {
text-transform: initial;
}
@@ -2002,14 +1983,13 @@ div:has(> [class*="AssessmentDetails__AssessmentDetails___"]) {
}
div.entry.class {
border-radius: 4px;
}
div.entry.class {
width: 100% !important;
}
div.entry.class[style*="left: 46.5%"] {
left: 50% !important;
}
div.entry.class[style*="width: 46.5%"] {
width: 50% !important;
}
@@ -2091,6 +2071,22 @@ a.uiFile:not(.rows) {
}
}
.dark {
body,
div,
ol,
ul {
scrollbar-width: thin;
scrollbar-color: #333 #111 !important;
}
#toolbar button.toggled,
#toolbar button.depressed {
background: #333333;
color: white;
}
}
.dark .title a.uiFile {
color: #06b4fc !important;
}