summaryrefslogtreecommitdiff
path: root/scss/tests/files/kronuz/menu.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/tests/files/kronuz/menu.scss')
-rw-r--r--scss/tests/files/kronuz/menu.scss8
1 files changed, 5 insertions, 3 deletions
diff --git a/scss/tests/files/kronuz/menu.scss b/scss/tests/files/kronuz/menu.scss
index 2c7c43d..9383a66 100644
--- a/scss/tests/files/kronuz/menu.scss
+++ b/scss/tests/files/kronuz/menu.scss
@@ -1,3 +1,5 @@
+@option compress:no;
+
@import "menu";
$MENUS-RADIUS: 2px;
@@ -5,7 +7,7 @@ $BASE-COLOR-HOVER: green;
$BASE-COLOR-SHADE: darkgreen;
$BOTTOMMENU-COLOR: #444;
$BOTTOMMENU-COLOR-HOVER: #222;
-$BOTTOMMENU-COLOR-HOVER-CURRENT: #458;
+$BOTTOMMENU-COLOR-HOVER-CURRENT: #468;
$BOTTOMMENU-SUBMENU-BORDER-WIDTH: 2px;
$BOTTOMMENU-SUBMENU-BACKGROUND: white;
@@ -22,11 +24,11 @@ $BOTTOMMENU-SUBMENU-BACKGROUND: white;
$i0-background-hover: $BASE-COLOR-HOVER,
$i0-separator-color: $BASE-COLOR-HOVER,
- $u2-type: dropup,
+ $u2-type: 'dropup',
$u2-border-width: $BOTTOMMENU-SUBMENU-BORDER-WIDTH,
$u2-border-color: $BASE-COLOR-SHADE,
$u2-border-radius: $MENUS-RADIUS * 2,
- $u2-background: rgba($BOTTOMMENU-SUBMENU-BACKGROUND, 90%),
+ $u2-background: rgba($BOTTOMMENU-SUBMENU-BACKGROUND, 30%),
$u2-background-hover: $BOTTOMMENU-SUBMENU-BACKGROUND,
);
}