Loading core/modules/toolbar/src/Element/ToolbarItem.php +0 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,6 @@ public static function preRenderToolbarItem($element) { // Provide attributes necessary for trays. $attributes += [ 'data-toolbar-tray' => $id . '-tray', 'aria-owns' => $id . '-tray', 'role' => 'button', 'aria-pressed' => 'false', ]; Loading Loading
core/modules/toolbar/src/Element/ToolbarItem.php +0 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,6 @@ public static function preRenderToolbarItem($element) { // Provide attributes necessary for trays. $attributes += [ 'data-toolbar-tray' => $id . '-tray', 'aria-owns' => $id . '-tray', 'role' => 'button', 'aria-pressed' => 'false', ]; Loading