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) {
|
||||
.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;
|
||||
|
|
Loading…
Reference in New Issue