Skip to content
Snippets Groups Projects
Commit 28ce151a authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

Issue #3045148 by huzooka, amateescu: Followup to: workspaces toolbar tab...

Issue #3045148 by huzooka, amateescu: Followup to: workspaces toolbar tab sizing is odd on really small viewport width (below 16.5em) and RTL styles are incomplete
parent b69c30ba
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
......@@ -16,8 +16,8 @@
/* Tab appearance. */
.toolbar .toolbar-bar .workspaces-toolbar-tab {
background-color: #e09600;
color: #000;
background-color: #e09600;
}
.toolbar .toolbar-bar .workspaces-toolbar-tab--is-default {
background-color: #81c071;
......@@ -41,8 +41,8 @@
.toolbar .toolbar-bar .workspaces-toolbar-tab .toolbar-item {
width: 100%;
margin: 0;
color: inherit;
text-align: left;
color: inherit;
}
[dir="rtl"] .toolbar .toolbar-bar .workspaces-toolbar-tab .toolbar-item {
text-align: right;
......
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