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 {
|
||||
color: #bcbcbc;
|
||||
color: @callback-list-arrow-color;
|
||||
position: absolute;
|
||||
right: .8em;
|
||||
top: 50%;
|
||||
|
|
|
|||
Reference in a new issue