Changeset 45146
- Timestamp:
- 04/08/2019 11:37:42 PM (6 years ago)
- Location:
- trunk/src/wp-content/themes/twentyseventeen
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/assets/css/colors-dark.css
r42713 r45146 290 290 } 291 291 292 .colors-dark button:hover ,292 .colors-dark button:hover:not( .mejs-container > button ), 293 293 .colors-dark button:focus, 294 294 .colors-dark input[type="button"]:hover, -
trunk/src/wp-content/themes/twentyseventeen/inc/color-patterns.php
r42713 r45146 308 308 } 309 309 310 .colors-custom button:hover ,310 .colors-custom button:hover:not( .mejs-container > button ), 311 311 .colors-custom button:focus, 312 312 .colors-custom input[type="button"]:hover, -
trunk/src/wp-content/themes/twentyseventeen/style.css
r44730 r45146 1035 1035 } 1036 1036 1037 button:hover ,1037 button:hover:not( .mejs-container > button ), 1038 1038 button:focus, 1039 1039 input[type="button"]:hover,
Note: See TracChangeset
for help on using the changeset viewer.