Improve readability of OptionalInput widget design styling

This commit is contained in:
Keavon Chambers
2021-07-09 16:02:36 -07:00
parent 12dac1c154
commit e215495430
3 changed files with 29 additions and 48 deletions
@@ -37,7 +37,7 @@
}
// TODO: Refactor this and other complicated cases dealing with joined widget margins and border-radius by adding a single standard set of classes: joined-first, joined-inner, and joined-last
div[class*="-input"] + & {
div[class*="-input"]:not(.optional-input) + & {
margin-left: 1px;
.icon-button {