diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 5f746eca3..a425b95e2 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -3,10 +3,11 @@ ### Version 2.1.7 Nov 29, 2015 **Bug Fixes** --**Popup** - Fixed issue with `onEnable` callback being defined with name `onEnabled` and `onDisable` with `onDisabled` in default settings, causing an error. To preserve backwards compatibility, the mispelled callback name has been left, but the bug has been fixed. #3148 -**Popup** - Adds `onUnplaceable` callback when element cannot be place in visible screen #3388 -**Sidebar** - Sidebar no longer includes `transform` rules on child elements, this was causing layout issues in some cases (for example dropdowns in sidebars) #3306 -**Sidebar** - Fixed css rule issue causing `very thin` sidebar to not work #3300 +-**Popup** - Fixed issue with `onEnable` callback being defined with name `onEnabled` and `onDisable` with `onDisabled` in default settings, causing an error. To preserve backwards compatibility, the mispelled callback name has been left, but the bug has been fixed. #3148 +-**Form** - Fixed issue where text would turn transparent inside a `loading form` #3122 ### Version 2.1.6 - Nov 6, 2015 diff --git a/src/definitions/collections/form.less b/src/definitions/collections/form.less index 90b97e8f4..c8d960317 100755 --- a/src/definitions/collections/form.less +++ b/src/definitions/collections/form.less @@ -599,10 +599,6 @@ position: relative; cursor: default; point-events: none; - text-shadow: none !important; - color: transparent !important; - transition: all 0s linear; - z-index: 100; } .ui.loading.form:before { position: absolute;