Skip to content
Snippets Groups Projects
Verified Commit 7cb77c26 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3092551 by amateescu, poojakural, pankaj.singh, priyanka.sahni, shaal,...

Issue #3092551 by amateescu, poojakural, pankaj.singh, priyanka.sahni, shaal, nod_, lauriii: Unclickable area to switch to a workspace
parent 0eb1d66d
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -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;
......
......@@ -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;
......
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