Skip to content
Snippets Groups Projects
Commit 95426cff authored by Bat's avatar Bat
Browse files

Make it easier to see which tab is selected in the sidebar

parent a29a92bc
No related branches found
No related tags found
No related merge requests found
......@@ -181,11 +181,20 @@ $sidebar-color: #1B1C1D;
}
.menu-area {
padding: 0.5rem;
.menu .item:not(.active):not(:hover) {
background-color: rgba(255, 255, 255, 0.06);
background-color: rgba(255, 255, 255, 0.15);
}
.menu .item {
border-radius: 0;
}
.menu .item.active {
background-color: $sidebar-color;
&:hover {
background-color: $sidebar-color;
}
}
}
.tabs {
overflow-y: auto;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment