#35552 closed defect (bug) (fixed)
Added pointer cursor on theme, plugin, and media uploader
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.7 | Priority: | normal |
Severity: | normal | Version: | 3.9 |
Component: | Upload | Keywords: | has-patch has-screenshots |
Focuses: | ui, accessibility, administration | Cc: |
Description
If theme and plugin button will have pointer on hover, it will increase the user accessibility.
Other uploader have pointer as well.
As uploader have wide area for selecting the file.. Would be great if have pointer.
Attachments (3)
Change History (10)
#2
@
9 years ago
Probably, the reason why these file upload inputs are not styled is because, historically, they have always been very difficult if not impossible to style due to the fact this kind of inputs depends on the operating system, especially the "browse" button. Modern browsers allow some more styling through the shadow-DOM and exotic proprietary CSS selectors but honestly I think it's better to stay away from that and do just what is proposed in this ticket :)
Using the pointer cursor is a nice, small, improvement and I don't see any reason why it shouldn't be done. +1 from me.
#4
@
9 years ago
Refreshed patch resets the cursor style to default
if the input field is, by chance, disabled.
35552- Patch file