Skip to content

Commit

Permalink
fix: Add box shadow to form messages (#810)
Browse files Browse the repository at this point in the history
* fix: Add box shadow to form messages

* test: update visual regression test images

Co-authored-by: deno <mladen.droshev@sap.com>
  • Loading branch information
JKMarkowski and droshev committed Mar 29, 2020
1 parent 2bdb03c commit be2ee89
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/form-message.scss
Expand Up @@ -20,6 +20,7 @@ $block: #{$fd-namespace}-form-message;
line-height: normal;
color: var(--sapTextColor);
white-space: pre-line !important;
box-shadow: var(--sapContent_Shadow1);

@include fd-rtl() {
right: 0;
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit be2ee89

Please sign in to comment.