Commit 4d32a8b7 authored by Annabel Dunstone's avatar Annabel Dunstone

Change active state of list items; style dropdown items

parent d3cd603b
......@@ -60,6 +60,18 @@
top: 2px;
margin-right: 3px;
}
.build-job {
a {
color: $gl-text-color;
}
&.active {
a {
font-weight: bold;
}
}
}
}
.overflow-jobs-dropdown {
......@@ -70,6 +82,12 @@
width: auto;
border: none;
}
svg {
position: relative;
top: 2px;
margin-right: 3px;
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment