chore: remove dead CSS rules (#39188)

This commit is contained in:
silverwind
2026-08-31 21:08:58 +02:00
committed by GitHub
parent 72afd222f0
commit 70678e9a3d
30 changed files with 70 additions and 918 deletions
-25
View File
@@ -34,20 +34,6 @@
color: var(--color-text-light-1);
}
.ui.header > i.icon {
display: table-cell;
opacity: 1;
font-size: 1.5em;
padding-top: 0;
vertical-align: middle;
}
.ui.header > i.icon:only-child {
display: inline-block;
padding: 0;
margin-right: 0.75rem;
}
.ui.header + p {
margin-top: 0;
}
@@ -62,9 +48,6 @@ h2.ui.header .sub.header {
h4.ui.header {
font-size: 1.07142857rem;
}
h4.ui.header .sub.header {
font-size: 1rem;
}
.ui.sub.header {
padding: 0;
@@ -107,10 +90,6 @@ h4.ui.header .sub.header {
border-radius: 0.28571429rem 0.28571429rem 0 0;
}
.ui.bottom.attached.header {
border-radius: 0 0 0.28571429rem 0.28571429rem;
}
.ui.attached.header:not(h1,h2,h3,h4,h5,h6) {
font-size: 1em;
}
@@ -146,10 +125,6 @@ h4.ui.header .sub.header {
padding-bottom: 0.21428571rem;
}
.ui.dividing.header i.icon {
margin-bottom: 0;
}
.ui.error.header {
background: var(--color-error-bg) !important;
color: var(--color-error-text) !important;