Archived
1
0
Fork 0

app/assets/less/components/callback-list.less: change arrow color to be the same as border.

This commit is contained in:
Henrik Hautakoski 2018-03-24 11:53:04 +01:00
parent ea8e48a950
commit 2fa685fea5
2 changed files with 3 additions and 1 deletions

View file

@ -67,7 +67,7 @@
}
&-arrow {
color: #bcbcbc;
color: @callback-list-arrow-color;
position: absolute;
right: .8em;
top: 50%;

View file

@ -161,6 +161,8 @@
@callback-list-name-color: @text-color;
@callback-list-name-hover-color: @link-color;
@callback-list-arrow-color: @callback-list-border-color;
// ----------------------------------
// Request list
// ----------------------------------