Issue #2986193 by amateescu, sim_1, andrewmacpherson: Workspace toolbar item fails WCAG Use-of-color at narrow breakpoint
parent
5d8c1f4907
commit
3138933783
|
@ -184,17 +184,18 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (max-width: 766px) {
|
@media all and (max-width: 766px) {
|
||||||
.toolbar .toolbar-icon-workspace {
|
.toolbar .toolbar-bar .workspaces-toolbar-tab .toolbar-icon-workspace {
|
||||||
padding-left: 2.75em;
|
padding-left: 2.75em;
|
||||||
padding-right: 1.3333em;
|
padding-right: 1.3333em;
|
||||||
text-indent: 0;
|
text-indent: 0;
|
||||||
width: 8em;
|
width: auto;
|
||||||
|
max-width: 8em;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toolbar .toolbar-icon-workspace:before {
|
.toolbar .toolbar-bar .workspaces-toolbar-tab .toolbar-icon-workspace:before {
|
||||||
background-size: 100% auto;
|
background-size: 100% auto;
|
||||||
left: 0.6667em;
|
left: 0.6667em;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
|
|
Loading…
Reference in New Issue