[wp-trac] [WordPress Trac] #42648: Some buttons have become rounded in the Customizer (Chrome).

WordPress Trac noreply at wordpress.org
Tue Nov 21 05:57:16 UTC 2017


#42648: Some buttons have become rounded in the Customizer (Chrome).
--------------------------+-----------------------------
 Reporter:  taskotr       |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Customize     |    Version:  4.9
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 After Chrome update to version 62.0.3202.94 (Official Build) (64-bit),
 some buttons (Device buttons and Back button) have become rounded in the
 Customizer.

 Defining a border radius in these buttons fixes the problem:


 {{{
 .customize-panel-back,
 .customize-section-back,
 .wp-full-overlay-footer .devices button {
   border-radius: 0;
 }
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/42648>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list