- Timestamp:
- 12/14/2018 02:32:33 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43808,43821,43842,43860,43892,43904,43909,43926-43929,43956,43961-43963
- Property svn:mergeinfo changed
-
trunk/src/wp-content/themes/twentynineteen/sass/forms/_buttons.scss
r43808 r44149 10 10 border-radius: 5px; 11 11 box-sizing: border-box; 12 color: white;12 color: $color__background-body; 13 13 font-family: $font__heading; 14 14 font-size: $font__size-sm; 15 font-weight: 600;15 font-weight: 700; 16 16 line-height: $font__line-height-heading; 17 17 outline: none; 18 padding: ( $size__spacing-unit * .66 ) $size__spacing-unit; 18 padding: ( $size__spacing-unit * .76 ) $size__spacing-unit; 19 text-decoration: none; 20 vertical-align: bottom; 19 21 20 22 &:hover { 23 background: $color__background-button-hover; 21 24 cursor: pointer; 22 25 } 23 26 24 &: hover,25 &:focus {26 background: $color__background-button-hover;27 &:visited { 28 color: $color__background-body; 29 text-decoration: none; 27 30 } 28 31 29 32 &:focus { 33 background: $color__background-button-hover; 30 34 outline: thin dotted; 31 35 outline-offset: -4px;
Note: See TracChangeset
for help on using the changeset viewer.