Opened 6 years ago
Last modified 6 years ago
#15216 open bug
Checked checkbox has wrong icon when using tabs
Reported by: | ArtemBro | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.12.2 |
Component: | ui.checkbxoradio | Version: | 1.12.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
When I use Jquery UI tabs and Jquery UI checkbox on same page checked checkbox get wrong icon (/\ instead \/)
Change History (2)
comment:1 Changed 6 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 6 years ago by
Milestone: | none → 1.12.2 |
---|---|
Priority: | minor → blocker |
Status: | new → open |
Note: See
TracTickets for help on using
tickets.
This is caused by the generic hover and focus rules setting
background
which overrides the existingbackground-position
: https://github.com/jquery/jquery-ui/blob/74f8a0ac952f6f45f773312292baef1c26d81300/themes/base/theme.css#L78-L87