- Timestamp:
- 02/26/2024 04:25:28 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
r57599 r57712 194 194 background: $color__background-button-hover; 195 195 cursor: pointer; 196 &:not(.has-background) { 197 background: $color__background-button-hover; 198 } 196 199 } 197 200 … … 201 204 outline: thin dotted; 202 205 outline-offset: -4px; 206 &:not(.has-background) { 207 background: $color__background-button-hover; 208 } 203 209 } 204 210 }
Note: See TracChangeset
for help on using the changeset viewer.