Invert toggle button colours so state is more obvious

This commit is contained in:
Nick O'Leary
2016-02-18 10:28:22 +00:00
parent 2ba146b9ff
commit f1377fa217
3 changed files with 20 additions and 3 deletions

View File

@@ -83,6 +83,12 @@
line-height: 13px;
padding: 5px 8px;
}
.sidebar-header-button-toggle {
@include workspace-button-toggle;
font-size: 13px;
line-height: 13px;
padding: 5px 8px;
}
.sidebar-header-button:not(:first-child) {
border-left: none;
}