Merge pull request #5564 from node-red/5558-disabled-tab-border

Ensure disabled tab has fully dashed border
pull/5147/merge
Nick O'Leary 2026-03-12 11:58:15 +00:00 committed by GitHub
commit 341bc2200a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -96,9 +96,9 @@
}
.red-ui-workspace-disabled {
&.red-ui-tab {
border-top-style: dashed;
border-left-style: dashed;
border-right-style: dashed;
&.active {
border-style: dashed;
}
a {
font-style: italic;