make bottom-buttons leftpane border lighter

pull/1316/head
Audric Ackermann 5 years ago
parent 2c0c1016fd
commit 135cf64b5d
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -403,11 +403,8 @@ $session-compose-margin: 20px;
flex-grow: 1;
height: 51px;
@at-root .light-theme #{&} {
border: 1px solid $session-shade-15;
}
@at-root .dark-theme #{&} {
border: 1px solid $session-shade-6;
@include themify($themes) {
border: themed('borderActionPanel');
}
}
}

Loading…
Cancel
Save