Skip to content

Commit

Permalink
Rebuild dist for 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Jul 1, 2015
1 parent d72d351 commit 36b0695
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 26 deletions.
13 changes: 1 addition & 12 deletions dist/components/menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -511,15 +511,7 @@ Floated Menu / Item
---------------*/

.ui.vertical.menu {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
display: block;
background: #ffffff;
box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
}
Expand All @@ -528,9 +520,6 @@ Floated Menu / Item

.ui.vertical.menu .item {
display: block;
-webkit-align-self: stretch !important;
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
background: none;
border-top: none;
border-right: none;
Expand Down
Loading

0 comments on commit 36b0695

Please sign in to comment.