Dotclear


Ignore:
Timestamp:
01/24/18 17:04:16 (8 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Remove CSS transition on tab activation

Location:
admin/style
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r3669 r3678  
    17911791      background: #fff; 
    17921792      border-bottom-color: #fff; } 
     1793    .part-tabs li a:link { 
     1794      transition: unset; } 
    17931795  .part-tabs li.part-tabs-active a { 
    17941796    background: #fff; 
  • admin/style/scss/partials/_content.scss

    r3439 r3678  
    3030                    border-bottom-color: #fff; 
    3131               } 
     32      &:link { 
     33        transition: unset; 
     34      } 
    3235          } 
    3336          &.part-tabs-active a { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map