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 928ef844c4
commit 49ce3f0672
3 changed files with 3 additions and 13 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
// TODO: Replace with CSS color() function to calculate alpha when browsers support it
// See https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/color() and https://caniuse.com/css-color-function
// E6 = 90% alpha
// F2 = 95% alpha
--floating-menu-opacity-color-2-mildblack: #222222f2;
--floating-menu-shadow: rgba(0, 0, 0, 50%);
}