Change left pane border color in light mode
This commit is contained in:
parent
99b4e8680f
commit
99934ced90
1 changed files with 1 additions and 1 deletions
|
@ -6214,7 +6214,7 @@ button.module-image__border-overlay:focus {
|
|||
position: relative;
|
||||
|
||||
@include light-theme {
|
||||
border-color: $color-gray-20;
|
||||
border-color: $color-gray-15;
|
||||
background-color: $color-gray-02;
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
|
|
Loading…
Reference in a new issue