/*
 * Admin toolbar has extra arrows and vertical space on the level 1 menu icons
 * Adding important to existing style because it's being overridden by other toolbar css
 * This is a bug resulting from new css in Admin Toolbar 3.3.1 which is not yet overridden in Gin Toolbar.
 * Affects admin theme and toolbar in custom theme
/**
 * Hidden horizontal toolbar handle icon.
 */
 .toolbar .toolbar-tray-horizontal .toolbar-menu .toolbar-handle {
  display: none !important;
}
