mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
Fix panes CSS to apply borders to nested rows / columns again
This commit is contained in:
parent
d776755348
commit
08b661e3bf
@ -43,10 +43,10 @@ body {
|
||||
-webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .1);
|
||||
}
|
||||
|
||||
.row > .pane + .pane {
|
||||
.row > * + * {
|
||||
border-left: 5px solid #515151;
|
||||
}
|
||||
|
||||
.column > .pane + .pane {
|
||||
.column > * + * {
|
||||
border-top: 5px solid #515151;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user