Skip to content

Commit

Permalink
Issue #3092551 by amateescu, poojakural, pankaj.singh, priyanka.sahni…
Browse files Browse the repository at this point in the history
…, shaal, nod_, lauriii: Unclickable area to switch to a workspace
  • Loading branch information
lauriii committed Jul 31, 2020
1 parent ec77b2e commit 0e5ff82
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
18 changes: 0 additions & 18 deletions modules/toolbar/css/toolbar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,24 +184,6 @@ body.toolbar-tray-open.toolbar-fixed.toolbar-vertical .toolbar-oriented {
.toolbar .toolbar-tray-vertical > .toolbar-lining {
min-height: 100%;
}
.toolbar .toolbar-tray-vertical > .toolbar-lining:before {
width: 100%;
}
.toolbar-oriented .toolbar-tray-vertical > .toolbar-lining:before {
position: fixed;
z-index: -1;
top: 0;
bottom: 0;
left: 0; /* LTR */
display: block;
width: 240px;
width: 14rem;
content: "";
}
[dir="rtl"] .toolbar .toolbar-tray-vertical > .toolbar-lining:before {
right: 0;
left: auto;
}
/* Layer the links just above the toolbar-tray. */
.toolbar .toolbar-bar .toolbar-tab > .toolbar-icon {
position: relative;
Expand Down
18 changes: 0 additions & 18 deletions themes/stable/css/toolbar/toolbar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,24 +184,6 @@ body.toolbar-tray-open.toolbar-fixed.toolbar-vertical .toolbar-oriented {
.toolbar .toolbar-tray-vertical > .toolbar-lining {
min-height: 100%;
}
.toolbar .toolbar-tray-vertical > .toolbar-lining:before {
width: 100%;
}
.toolbar-oriented .toolbar-tray-vertical > .toolbar-lining:before {
position: fixed;
z-index: -1;
top: 0;
bottom: 0;
left: 0; /* LTR */
display: block;
width: 240px;
width: 14rem;
content: "";
}
[dir="rtl"] .toolbar .toolbar-tray-vertical > .toolbar-lining:before {
right: 0;
left: auto;
}
/* Layer the links just above the toolbar-tray. */
.toolbar .toolbar-bar .toolbar-tab > .toolbar-icon {
position: relative;
Expand Down

0 comments on commit 0e5ff82

Please sign in to comment.