Skip to content
Snippets Groups Projects

fix(toolbar): #3097907: Use both shape and color for the active toolbar tray ('inverted T')

8 files
+ 25
4
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -87,6 +87,10 @@
padding-left: 4em;
}
.toolbar .toolbar-bar .toolbar-tab > .toolbar-icon.is-active::before {
filter: invert(100%);
}
/**
* Top level icons.
*/
Loading