Browse Source

Use @background value for arrow background color

pull/6059/head
Leonid Suprun 6 years ago
committed by GitHub
parent
commit
d807a542d8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      src/themes/default/modules/popup.variables

2
src/themes/default/modules/popup.variables

@ -43,7 +43,7 @@
@border: @borderWidth solid @borderColor;
/* Arrow */
@arrowBackground: @white;
@arrowBackground: @background;
@arrowZIndex: 2;
@arrowJitter: 0.05em;
@arrowOffset: -(@arrowSize / 2) + @arrowJitter;

Loading…
Cancel
Save