Skip to content
Snippets Groups Projects
Commit 99b7d81b authored by Kyle Doherty's avatar Kyle Doherty
Browse files

Merge pull request #2486 from metabase/sidebar-alignment-fix-2000

sidebar alignment fix
parents 271a6d5d b586397c
No related branches found
No related tags found
No related merge requests found
......@@ -35,10 +35,13 @@
composes: transition-color from "style";
composes: transition-background from "style";
font-size: 1em;
line-height: 1;
color: #CFE4F5;
}
:local(.item) :local(.icon) {
line-height: 1em;
}
:local(.sectionTitle) {
composes: my1 from "style";
composes: text-bold from "style";
......@@ -70,11 +73,6 @@
overflow-x: hidden;
}
/* yeessh. this really shouldn't be necessary */
:local(.name)::-webkit-scrollbar {
display: none;
}
:local(.item):hover :local(.name),
:local(.item.selected) :local(.name) {
color: #2D86D4;
......
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