Merge pull request #3304 from benjiwheeler/restore-validation-bg

restore default orange background color for validation tooltips
This commit is contained in:
Benjamin Wheeler 2019-08-28 10:02:04 -04:00 committed by GitHub
commit 38766307ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,7 @@
margin-left: $arrow-border-width;
border: 1px solid $active-gray;
border-radius: 5px;
background-color: $ui-orange;
padding: 1rem;
max-width: 18.75rem;
min-height: 1rem;
@ -30,6 +31,7 @@
border-left: 1px solid $active-gray;
border-radius: 5px;
background-color: $ui-orange;
width: $arrow-border-width;
height: $arrow-border-width;