[wp-trac] [WordPress Trac] #35166: strange effect in tab active

WordPress Trac noreply at wordpress.org
Sat Dec 19 13:37:49 UTC 2015


#35166: strange effect in tab active
--------------------------+-----------------------------
 Reporter:  Hrohh         |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:  4.4
 Severity:  normal        |   Keywords:
  Focuses:  ui            |
--------------------------+-----------------------------
 If I click on tab, there is strange effect on bottom-border. I figure out,
 that problem is global

 {{{
 a {
     -webkit-transition-property: border,background,color;
     transition-property: border,background,color;
 }
 }}}

 In admin css there should be:
 {{{
 /* fix for strange effect */
 .nav-tab-active {
     -webkit-transition-property: background,color;
     transition-property: background,color;
 }
 }}}

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


More information about the wp-trac mailing list