Commit 1d5f3b8
committed
style: remove !important and normalise specificity in split-pane CSS
The previous rule used a high-specificity ID selector combined with
!important to force display:flex on the split pane, which was both
unnecessary (ID specificity already wins over .term-pane) and
inconsistent with the other two rules in the same block.
Replace all three split-active rules with uniform class-based selectors
(.split-active .term-pane-split, .split-active .resize-split) and add
the corresponding classes to the elements in index.html. No !important
is needed — two-class specificity cleanly overrides the single-class
.term-pane base rule.1 parent 6f4a4a1 commit 1d5f3b8
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
277 | | - | |
278 | | - | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| |||
0 commit comments