Improve readability of OptionalInput widget design styling

This commit is contained in:
Keavon Chambers
2021-07-09 16:02:36 -07:00
parent 29a2b46684
commit 13e73b92bd
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 {