-
-
Notifications
You must be signed in to change notification settings - Fork 336
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(form): action input had wrong border radius in some cases
.ui.input in .ui.form has border-radius at all corners. Fomantic-UI/src/definitions/collections/form.less Line 411 in 2f3312f border-radius: @inputFocusBorderRadius; Unfortunately, this override brings border-radius to .ui.action.input. This PR removes border-radius from .ui.action.input in .ui.form where radius not needed. Closes #1184, #1185
- Loading branch information
TATSUNO Yasuhiro
authored and
Sean
committed
Dec 22, 2019
1 parent
6e7104c
commit 8cb8d8a
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters