Skip to content

Commit

Permalink
text menu: fixes box shadow from appearing
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Sep 18, 2013
1 parent 0fb69ad commit dff49b4
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 4 deletions.
3 changes: 3 additions & 0 deletions build/less/collections/menu.less
Original file line number Diff line number Diff line change
Expand Up @@ -1107,6 +1107,9 @@
border: none;
opacity: 1;
font-weight: bold;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

/* disable variations */
Expand Down
2 changes: 1 addition & 1 deletion build/minified/collections/menu.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/packaged/css/semantic.min.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions build/uncompressed/collections/menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,9 @@
border: none;
opacity: 1;
font-weight: bold;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
/* disable variations */
.ui.text.pointing.menu .active.item:after {
Expand Down
3 changes: 3 additions & 0 deletions node/src/files/release/less/collections/menu.less
Original file line number Diff line number Diff line change
Expand Up @@ -1107,6 +1107,9 @@
border: none;
opacity: 1;
font-weight: bold;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

/* disable variations */
Expand Down
2 changes: 1 addition & 1 deletion node/src/files/release/minified/collections/menu.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node/src/files/release/packaged/css/semantic.min.css

Large diffs are not rendered by default.

Binary file modified node/src/files/release/semantic.zip
Binary file not shown.
3 changes: 3 additions & 0 deletions node/src/files/release/uncompressed/collections/menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,9 @@
border: none;
opacity: 1;
font-weight: bold;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
/* disable variations */
.ui.text.pointing.menu .active.item:after {
Expand Down
3 changes: 3 additions & 0 deletions src/collections/menu.less
Original file line number Diff line number Diff line change
Expand Up @@ -1107,6 +1107,9 @@
border: none;
opacity: 1;
font-weight: bold;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

/* disable variations */
Expand Down

0 comments on commit dff49b4

Please sign in to comment.