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

fixes #2485

parent d96f4b9e
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