Changeset 59656 for trunk/src/wp-admin/css/colors/_variables.scss
- Timestamp:
- 01/16/2025 09:03:12 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/colors/_variables.scss
r59185 r59656 1 @use "sass:color"; 2 1 3 // assign default value to all undefined variables 2 4 … … 38 40 $menu-current-background: $menu-highlight-background !default; 39 41 40 $menu-submenu-text: mix( $base-color, $text-color, 30% ) !default;42 $menu-submenu-text: color.mix( $base-color, $text-color, 30% ) !default; 41 43 $menu-submenu-background: color.adjust($base-color, $lightness: -7%) !default; 42 44 $menu-submenu-background-alt: color.adjust(color.adjust($menu-background, $lightness: 7%), $saturation: -7%) !default; … … 60 62 $adminbar-recovery-exit-text: $menu-bubble-text !default; 61 63 $adminbar-recovery-exit-background: $menu-bubble-background !default; 62 $adminbar-recovery-exit-background-alt: mix(black, $adminbar-recovery-exit-background, 10%) !default;64 $adminbar-recovery-exit-background-alt: color.mix(black, $adminbar-recovery-exit-background, 10%) !default; 63 65 64 $menu-customizer-text: mix( $base-color, $text-color, 40% ) !default;66 $menu-customizer-text: color.mix( $base-color, $text-color, 40% ) !default; 65 67 66 68 // Dashboard Colors
Note: See TracChangeset
for help on using the changeset viewer.