- 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/_fields.scss
r43808 r44149 20 20 box-sizing: border-box; 21 21 outline: none; 22 padding: #{.5 * $size__spacing-unit} #{.66 * $size__spacing-unit}; 22 padding: #{.36 * $size__spacing-unit} #{.66 * $size__spacing-unit}; 23 -webkit-appearance: none; 24 outline-offset: 0; 25 border-radius: 0; 23 26 24 27 &:focus { … … 26 29 outline: thin solid rgba( $color__link, 0.15 ); 27 30 outline-offset: -4px; 31 } 32 } 33 34 input[type="search"] { 35 &::-webkit-search-decoration { 36 display: none; 28 37 } 29 38 }
Note: See TracChangeset
for help on using the changeset viewer.