Browse Source

Fix FF dimmer issues with preserve-3d, horizontal/vertical flip work with just perspective prop anyway

pull/1465/merge
jlukic 9 years ago
parent
commit
e674afa101
1 changed files with 8 additions and 1 deletions
  1. 9
      src/themes/default/modules/dimmer.variables

9
src/themes/default/modules/dimmer.variables

@ -7,7 +7,6 @@
@background: rgba(0, 0, 0 , 0.85);
@lineHeight: 1;
@transformStyle: preserve-3d;
@perspective: 2000px;
@duration: 0.5s;
@ -33,6 +32,13 @@
/* Visible */
@visibleOpacity: 1;
/*-------------------
Types
--------------------*/
/* Page Dimmer*/
@transformStyle: '';
@pageDimmerPosition: fixed;
@ -40,6 +46,7 @@
Variations
--------------------*/
/* Inverted */
@invertedBackground: rgba(255, 255, 255, 0.85);
@invertedTextColor: @textColor;

Loading…
Cancel
Save