From 0ffa8f96d911ac3c7fb5b017036a31f0c7ba7800 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Mon, 28 Mar 2016 21:57:01 -0400 Subject: [PATCH] Fixes secondary inverted style --- RELEASE-NOTES.md | 1 + src/definitions/collections/menu.less | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 4d5ebf031..1efa422be 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -44,6 +44,7 @@ - **Menu** - `@dividerSize` was not being used in `vertical menu` #3781 - **Modal** - RGB values set for dimmer `background-color` were not being correctly interpreted #3665 **Thanks @larsbo** - **Popup** - checking `instanceof SVGGraphicsElement` caused error in IE11 #3043 +- **Progress** - Progress `onSuccess`, `onError`, and `onWarning` callbacks now occur **after** the animation completes for the state change. - **Rating** - rating does not fire `onRate` when rating is initialized #3712 - **Segment/Message** - `top attached message` has no border when attached to `segment` #3619 - **Statistic** - statistic receives incorrect size when using `tiny` `large` etc inside a statistic group #3116 diff --git a/src/definitions/collections/menu.less b/src/definitions/collections/menu.less index 31d180b88..e3c41fc47 100755 --- a/src/definitions/collections/menu.less +++ b/src/definitions/collections/menu.less @@ -998,10 +998,12 @@ Floated Menu / Item } /* Hover */ -.ui.secondary.inverted.pointing.menu .item:hover { +.ui.secondary.inverted.pointing.menu .link.item:hover, +.ui.secondary.inverted.pointing.menu a.item:hover { color: @secondaryPointingInvertedItemHoverTextColor; } + /* Active */ .ui.secondary.inverted.pointing.menu .active.item { border-color: @secondaryPointingInvertedActiveBorderColor;