From 484c282dab453931d1d0ff4f405c3ec045ae1f7a Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 22 Dec 2014 17:28:22 -0500 Subject: [PATCH] Fix selection dropdown inside menu --- RELEASE-NOTES.md | 2 +- src/definitions/collections/menu.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index b36ae0a9b..1975eb24b 100644 --- a/RELEASE-NOTES.md +++ b/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** diff --git a/src/definitions/collections/menu.less b/src/definitions/collections/menu.less index e0e881190..bb8f68b4c 100755 --- a/src/definitions/collections/menu.less +++ b/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;