Skip to content

Commit

Permalink
Fixes popups in menu not appearing due to css specificity
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Aug 2, 2016
1 parent a413857 commit baed862
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
5 changes: 5 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,15 @@
- **Icon** - Fixed missing `dribbble` icon due to incorrect count of "b" (should be 3). #4185
- **Icon** - Fixes `grab icon` and `television icon` not appearing correctly #4178
- **Form** - `input` styles now apply to `type="file"` **thanks @coldfire79** #4074
- **Popup/Menu** - Fixed issue where popup would not appear correctly when nested in menu in some ways.
- **Icon** - Fixes `talk` icon not working correctly **Thanks @anantogosh** #4354
- **Transition** - Removed unreachable code **Thanks @basarat** #4225
- **Grid** - Fixed alignment in `centered justified grid** **Thanks @bretto36** #4224

**Docs**
- **Icons** - Fixed some duplicate icons (External) and mispelled icons (Dribbble)
- **Popup** - Fixed popup in menu example

**Themes**
- **Material** - Fixed paths to `Roboto` google font to use `https` **Thanks @AndyR207** #4051

Expand Down
12 changes: 0 additions & 12 deletions src/definitions/collections/menu.less
Original file line number Diff line number Diff line change
Expand Up @@ -197,18 +197,6 @@
font-weight: @verticalHeaderFontWeight;
}

/*--------------
Popup
---------------*/

.ui.menu .ui.popup {
display: none;
}
.ui.menu .ui.visible.popup {
display: block;
}


/*--------------
Dropdowns
---------------*/
Expand Down

0 comments on commit baed862

Please sign in to comment.