- Timestamp:
- 12/18/2018 10:23:06 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 44192-44193
- Property svn:mergeinfo changed
-
trunk/src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
r44300 r44302 199 199 &.is-style-outline .wp-block-button__link:focus, 200 200 &.is-style-outline .wp-block-button__link:active { 201 @include button-all-transition; 201 @include button-all-transition; 202 202 border-width: 2px; 203 border-style: solid; 203 border-style: solid; 204 204 205 205 &:not(.has-background) { … … 242 242 text-decoration: none; 243 243 } 244 } 245 } 246 247 .wp-block-archives, 248 .wp-block-categories { 249 250 &.aligncenter { 251 text-align: center; 244 252 } 245 253 } … … 789 797 .has-dark-gray-background-color, 790 798 .has-light-gray-background-color { 791 799 792 800 // Use white text against these backgrounds by default. 793 801 color: $color__background-body;
Note: See TracChangeset
for help on using the changeset viewer.