app/assets/less/components/callback-list.less: change arrow color to be the same as border.
This commit is contained in:
parent
ea8e48a950
commit
2fa685fea5
2 changed files with 3 additions and 1 deletions
|
|
@ -67,7 +67,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&-arrow {
|
&-arrow {
|
||||||
color: #bcbcbc;
|
color: @callback-list-arrow-color;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: .8em;
|
right: .8em;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
|
|
|
||||||
|
|
@ -161,6 +161,8 @@
|
||||||
@callback-list-name-color: @text-color;
|
@callback-list-name-color: @text-color;
|
||||||
@callback-list-name-hover-color: @link-color;
|
@callback-list-name-hover-color: @link-color;
|
||||||
|
|
||||||
|
@callback-list-arrow-color: @callback-list-border-color;
|
||||||
|
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
// Request list
|
// Request list
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
|
|
|
||||||
Reference in a new issue