Skip to content
Snippets Groups Projects
Commit eedb6a8d authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2220905 by droplet: Misaligned messages status.

parent b6ffef2c
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -547,11 +547,13 @@ ul.tabs { ...@@ -547,11 +547,13 @@ ul.tabs {
background-image: url(../../../misc/icons/73b355/check.svg); background-image: url(../../../misc/icons/73b355/check.svg);
background-position: 12px 19px; /* LTR */ background-position: 12px 19px; /* LTR */
box-shadow: -8px 0 0 #77b259; /* LTR */ box-shadow: -8px 0 0 #77b259; /* LTR */
margin-left: 8px; /* LTR */
} }
[dir="rtl"] .messages--status { [dir="rtl"] .messages--status {
background-position: 99.3% 19px; background-position: 99.3% 19px;
border-color: #c9e1bd transparent #c9e1bd #c9e1bd; border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
box-shadow: 8px 0 0 #77b259; box-shadow: 8px 0 0 #77b259;
margin-right: 8px;
} }
.no-svg .messages--status { .no-svg .messages--status {
background-image: url(../../../misc/icons/73b355/check.png); background-image: url(../../../misc/icons/73b355/check.png);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment