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
+1 -7
View File
@@ -12,8 +12,7 @@
}
/* items have dividers between them, the dividers align with items */
.flex-divided-list,
.flex-divided-list > .item.flex-divided-list {
.flex-divided-list {
display: flex;
flex-direction: column;
align-items: stretch;
@@ -25,11 +24,6 @@
flex-shrink: 0;
}
.flex-divided-list > .divider {
margin: 0;
flex-shrink: 0;
}
.flex-divided-list > .item + .item {
border-top: 1px solid var(--color-secondary);
}