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