Skip to content
Snippets Groups Projects
Commit 4564a40e authored by Bat's avatar Bat
Browse files

Make it even easier to understand which tab is selected in the sidebar

parent 67d79743
Branches
Tags
No related merge requests found
...@@ -148,7 +148,7 @@ export default { ...@@ -148,7 +148,7 @@ export default {
<style scoped lang="scss"> <style scoped lang="scss">
@import '../style/vendor/media'; @import '../style/vendor/media';
$sidebar-color: #1B1C1D; $sidebar-color: #3D3E3F;
.sidebar { .sidebar {
background: $sidebar-color; background: $sidebar-color;
...@@ -176,7 +176,8 @@ $sidebar-color: #1B1C1D; ...@@ -176,7 +176,8 @@ $sidebar-color: #1B1C1D;
margin: 0; margin: 0;
background-color: $sidebar-color; background-color: $sidebar-color;
} }
.menu { .menu.vertical {
background: $sidebar-color;
} }
} }
...@@ -192,7 +193,7 @@ $sidebar-color: #1B1C1D; ...@@ -192,7 +193,7 @@ $sidebar-color: #1B1C1D;
.menu .item.active { .menu .item.active {
background-color: $sidebar-color; background-color: $sidebar-color;
&:hover { &:hover {
background-color: $sidebar-color; background-color: rgba(255, 255, 255, 0.06);
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment