Issue #2986193 by amateescu, sim_1, andrewmacpherson: Workspace toolbar item fails WCAG Use-of-color at narrow breakpoint

8.7.x
Lauri Eskola 2018-09-25 13:19:45 +03:00
parent 5d8c1f4907
commit 3138933783
No known key found for this signature in database
GPG Key ID: 40F093680B4404E6
1 changed files with 4 additions and 3 deletions

View File

@ -184,17 +184,18 @@
}
@media all and (max-width: 766px) {
.toolbar .toolbar-icon-workspace {
.toolbar .toolbar-bar .workspaces-toolbar-tab .toolbar-icon-workspace {
padding-left: 2.75em;
padding-right: 1.3333em;
text-indent: 0;
width: 8em;
width: auto;
max-width: 8em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.toolbar .toolbar-icon-workspace:before {
.toolbar .toolbar-bar .workspaces-toolbar-tab .toolbar-icon-workspace:before {
background-size: 100% auto;
left: 0.6667em;
width: 20px;