Search and Top Navigation
#7392 closed enhancement (wontfix)
Opened May 18, 2011 12:20PM UTC
Closed May 18, 2011 12:25PM UTC
border-right on middle button on buttonset()
Reported by: | reyx | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.button | Version: | 1.8.13 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have update the line 356 on minified version:
.addClass("ui-corner-right").end().end()
With this:
.addClass("ui-corner-right").end().not(':first, :last').css({'border-right':'none'}).end().end()
To remove extra border on buttonset()
Attachments (0)
Change History (1)
Changed May 18, 2011 12:25PM UTC by comment:1
resolution: | → wontfix |
---|---|
status: | new → closed |
This change would result in poor styling for active buttons. Also, it's not correct to define styles in JavaScript.