1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-28 22:21:35 +01:00

border same as bg

This commit is contained in:
Kyle Spearrin 2017-10-25 00:49:49 -04:00
parent c60a596995
commit 5b31fe37f2

View File

@ -53,7 +53,7 @@ body.skin-blue {
} }
.content-wrapper, .main-footer { .content-wrapper, .main-footer {
border-left: 1px solid transparent; border-left: 1px solid @sidebar-dark-bg;
} }
.sidebar-menu > li { .sidebar-menu > li {