Skip to main content

Search and Top Navigation

#15193 new bug ()

Opened May 29, 2017 12:01PM UTC

Last modified May 29, 2017 12:01PM UTC

ui-icon-blank should not load the icon sprite image

Reported by: GSPP Owned by:
Priority: minor Milestone: none
Component: ui.core Version: 1.12.1
Keywords: Cc:
Blocked by: Blocking:
Description

Creating a menu with $('...').menu({ icons: { submenu: 'ui-icon-blank' } }) still loads the sprite. I found that the following CSS declaration fixes that:

.ui-icon.ui-icon-blank { background-image: none; }

This CSS should be part of the library.

Attachments (0)
Change History (0)