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

Issue #2163231 by jessebeach: RTL styling was jumbled while fixing the...

Issue #2163231 by jessebeach: RTL styling was jumbled while fixing the disappearing Toolbar tray box-shadow issue.
parent cb41c8cf
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
......@@ -68,8 +68,8 @@
border-right: 1px solid #aaaaaa; /* LTR */
box-shadow: -1px 0 5px 2px rgba(0, 0, 0, 0.3333); /* LTR */
}
border-left: 1px solid #aaaaaa;
[dir="rtl"] .toolbar .toolbar-tray-vertical {
border-left: 1px solid #aaaaaa;
border-right: 0 none;
box-shadow: 1px 0 5px 2px rgba(0, 0, 0, 0.3333);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment