Browse Source

Fix selection dropdown inside menu

pull/1500/head
jlukic 10 years ago
parent
commit
484c282dab
2 changed files with 2 additions and 2 deletions
  1. 2
      RELEASE-NOTES.md
  2. 2
      src/definitions/collections/menu.less

2
RELEASE-NOTES.md

@ -8,7 +8,7 @@
- **Accordion** - Added inverted accordion variation
**Bugs**
- **Progress** - Fixes bug where ``ui indicating progress`` would not update its label immediately in webkit
- **Button** - Fix Chrome bug with buttons sometimes not correctly repainting (particularly evenly divided groups)
**Docs**

2
src/definitions/collections/menu.less

@ -241,7 +241,7 @@
---------------*/
/* Dropdown */
.ui.menu .ui.dropdown.visible {
.ui.menu .ui.dropdown.item.visible {
background: @subtleTransparentBlack;
border-bottom-right-radius: 0em;
border-bottom-left-radius: 0em;

Loading…
Cancel
Save