Changeset 3678:8f7411ae533c for admin/style
- Timestamp:
- 01/24/18 17:04:16 (8 years ago)
- Branch:
- default
- Location:
- admin/style
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r3669 r3678 1791 1791 background: #fff; 1792 1792 border-bottom-color: #fff; } 1793 .part-tabs li a:link { 1794 transition: unset; } 1793 1795 .part-tabs li.part-tabs-active a { 1794 1796 background: #fff; -
admin/style/scss/partials/_content.scss
r3439 r3678 30 30 border-bottom-color: #fff; 31 31 } 32 &:link { 33 transition: unset; 34 } 32 35 } 33 36 &.part-tabs-active a {
Note: See TracChangeset
for help on using the changeset viewer.