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
-14
View File
@@ -74,17 +74,6 @@
border-radius: 0.28571429rem;
}
.ui.segments > .ui.segments {
border-top: 1px solid var(--color-secondary);
margin: 1rem;
}
.ui.segments > .segments:first-child {
border-top: none;
}
.ui.segments > .segment + .segments:not(.horizontal) {
margin-top: 0;
}
.ui.horizontal.segments {
display: flex;
flex-direction: row;
@@ -104,9 +93,6 @@
border-left: 1px solid var(--color-secondary);
}
.ui.segments > .horizontal.segments:first-child {
border-top: none;
}
.ui.horizontal.segments:not(.stackable) > .segment:first-child {
border-left: none;
}