mirror of https://github.com/node-red/node-red.git
Ensure disabled tab has fully dashed border
parent
0d96ba296d
commit
ccf17d6933
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue