Changeset 6818
- Timestamp:
- 05/08/2018 10:35:10 AM (8 years ago)
- Location:
- trunk/src/includes/admin/styles
- Files:
-
- 2 edited
-
_admin.scss (modified) (1 diff)
-
_mixins.scss (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/styles/_admin.scss
r6539 r6818 85 85 86 86 .wrap .add-new-h2:hover, /* deprecated */ 87 .wrap .page-title-action:hover, 88 .tablenav .tablenav-pages a:hover, 89 .tablenav .tablenav-pages a:focus { 87 .wrap .page-title-action:hover { 90 88 color: $menu-text; 91 89 background-color: $menu-background; -
trunk/src/includes/admin/styles/_mixins.scss
r6539 r6818 26 26 } 27 27 28 &:active { 28 &:active, 29 &.active, 30 &.active:focus, 31 &.active:hover { 29 32 background: darken( $button-color, 10% ); 30 33 border-color: darken( $button-color, 15% );
Note: See TracChangeset
for help on using the changeset viewer.