Adjust OptionalInput widget design to add back its right border

This commit is contained in:
Keavon Chambers
2021-07-15 01:01:05 -07:00
parent 86bd9e7cdf
commit 7785ed2b1d
3 changed files with 3 additions and 13 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"]:not(.optional-input) + & {
div[class*="-input"] + & {
margin-left: 1px;
.icon-button {