Dropdown li style
This commit is contained in:
parent
7081258531
commit
222eae7b7b
1 changed files with 5 additions and 6 deletions
|
@ -192,10 +192,6 @@
|
||||||
border-bottom: 2px solid $border-color;
|
border-bottom: 2px solid $border-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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 @@
|
||||||
top: 23px;
|
top: 23px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.grouped-pipeline-dropdown a {
|
||||||
|
color: $gl-text-color-light;
|
||||||
|
}
|
||||||
|
|
||||||
.arrow-up {
|
.arrow-up {
|
||||||
&::before,
|
&::before,
|
||||||
&::after {
|
&::after {
|
||||||
|
|
Loading…
Reference in a new issue