Commit 222eae7b authored by Filipa Lacerda's avatar Filipa Lacerda

Dropdown li style

parent 70812585
...@@ -192,10 +192,6 @@ ...@@ -192,10 +192,6 @@
border-bottom: 2px solid $border-color; border-bottom: 2px solid $border-color;
} }
} }
a {
display: block;
}
} }
} }
...@@ -759,8 +755,7 @@ ...@@ -759,8 +755,7 @@
background-color: transparent; background-color: transparent;
border: none; border: none;
padding: 0; padding: 0;
color: #8c8c8c; color: $gl-text-color-light;
flex-grow: 1;
} }
.grouped-pipeline-dropdown { .grouped-pipeline-dropdown {
...@@ -768,6 +763,10 @@ ...@@ -768,6 +763,10 @@
top: 23px; top: 23px;
} }
.grouped-pipeline-dropdown a {
color: $gl-text-color-light;
}
.arrow-up { .arrow-up {
&::before, &::before,
&::after { &::after {
......
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