From 3a7d36f343f6070f15142e9dc6e0ee91013e64d3 Mon Sep 17 00:00:00 2001 From: Jack Date: Sun, 2 Jul 2017 13:20:26 -0700 Subject: [PATCH] #5281 fix issue with descendors cut-off in transparent input --- RELEASE-NOTES.md | 1 + src/definitions/elements/input.less | 1 + 2 files changed, 2 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 50e8b7775..e0a8a6809 100755 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -15,6 +15,7 @@ - **Sticky** - Fix issue where sticky would cause page to shift when `context` height was determined by sticky's height in `position: static;` #3430 - **Sticky** - Fixed edge case where using `offset` setting, sticky element would not internally scroll if the rail contents (without the offset setting) would fit on screen - **Form Validation** - Fixed issue where radio was not being included in `onFailure` values if not set #5064 +- **Input** - Fix issue where transparent input had a border radius and could cut off descendors #5281 - **Input** - Fixes disabled style being applied twice on input **Thanks @levithomason** #5284 - **Menu** - Fixed issue where `left menu` and `right menu` did not display correctly in `stackable menu` on mobile #3604 #5116 **Thanks @BleuDiamant @Traverse** - **Popup** - Fixed issue where popup would incorrectly add itself to the wrong offset context when using `popup` and `target` setting together in cases where the `target` has a different `offsetParent` than the activating element. diff --git a/src/definitions/elements/input.less b/src/definitions/elements/input.less index 864d9a670..0778af303 100755 --- a/src/definitions/elements/input.less +++ b/src/definitions/elements/input.less @@ -216,6 +216,7 @@ background-color: transparent !important; padding: 0em !important; box-shadow: none !important; + border-radius: 0px !important; } /* Transparent Icon */