Changeset 2936433
- Timestamp:
- 07/10/2023 08:59:23 AM (3 years ago)
- Location:
- wp-custom-cursors
- Files:
-
- 6 edited
-
tags/3.2/public/css/wp_custom_cursors_main_style.css (modified) (1 diff)
-
tags/3.2/public/css/wp_custom_cursors_main_style.scss (modified) (1 diff)
-
tags/3.2/public/js/wp_custom_cursors_main_script.js (modified) (1 diff)
-
trunk/public/css/wp_custom_cursors_main_style.css (modified) (1 diff)
-
trunk/public/css/wp_custom_cursors_main_style.scss (modified) (1 diff)
-
trunk/public/js/wp_custom_cursors_main_script.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-custom-cursors/tags/3.2/public/css/wp_custom_cursors_main_style.css
r2932233 r2936433 81 81 z-index: 99999999999; 82 82 box-sizing: border-box; 83 mix-blend-mode: var(--fe-blending );83 mix-blend-mode: var(--fe-blending-mode); 84 84 } 85 85 -
wp-custom-cursors/tags/3.2/public/css/wp_custom_cursors_main_style.scss
r2932233 r2936433 100 100 z-index: 99999999999; 101 101 box-sizing: border-box; 102 mix-blend-mode: var(--fe-blending );102 mix-blend-mode: var(--fe-blending-mode); 103 103 } 104 104 -
wp-custom-cursors/tags/3.2/public/js/wp_custom_cursors_main_script.js
r2932262 r2936433 251 251 cursorWrapper.style.setProperty('--fe-color', cursor.color); 252 252 cursorWrapper.style.setProperty('--se-color', cursor.color); 253 cursorWrapper.style.setProperty('--fe-blending-mode', cursor.blending_mode); 254 cursorWrapper.style.setProperty('--se-blending-mode', cursor.blending_mode); 253 255 } 254 256 -
wp-custom-cursors/trunk/public/css/wp_custom_cursors_main_style.css
r2932233 r2936433 81 81 z-index: 99999999999; 82 82 box-sizing: border-box; 83 mix-blend-mode: var(--fe-blending );83 mix-blend-mode: var(--fe-blending-mode); 84 84 } 85 85 -
wp-custom-cursors/trunk/public/css/wp_custom_cursors_main_style.scss
r2932233 r2936433 100 100 z-index: 99999999999; 101 101 box-sizing: border-box; 102 mix-blend-mode: var(--fe-blending );102 mix-blend-mode: var(--fe-blending-mode); 103 103 } 104 104 -
wp-custom-cursors/trunk/public/js/wp_custom_cursors_main_script.js
r2932262 r2936433 251 251 cursorWrapper.style.setProperty('--fe-color', cursor.color); 252 252 cursorWrapper.style.setProperty('--se-color', cursor.color); 253 cursorWrapper.style.setProperty('--fe-blending-mode', cursor.blending_mode); 254 cursorWrapper.style.setProperty('--se-blending-mode', cursor.blending_mode); 253 255 } 254 256
Note: See TracChangeset
for help on using the changeset viewer.