Changeset 7256 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/forms/_fields.scss
- Timestamp:
- 05/31/2018 12:51:13 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/forms/_fields.scss
r4779 r7256 98 98 padding: 0 !important; 99 99 text-align: center; 100 transition: .05s border-color ease-in-out;100 transition: 0.05s border-color ease-in-out; 101 101 vertical-align: middle; 102 102 width: 25px; … … 113 113 } 114 114 115 input[type="checkbox"]:checked: before,116 input[type="radio"]:checked: before {115 input[type="checkbox"]:checked::before, 116 input[type="radio"]:checked::before { 117 117 display: inline-block; 118 118 float: left; 119 font: normal21px/1 dashicons;119 font: 400 21px/1 dashicons; 120 120 vertical-align: middle; 121 121 width: 16px; … … 125 125 } 126 126 127 input[type="checkbox"]:checked: before {127 input[type="checkbox"]:checked::before { 128 128 color: #1e8cbe; 129 129 content: "\f147"; 130 font: normal30px/1 dashicons;130 font: 400 30px/1 dashicons; 131 131 margin: -3px -5px; 132 132 } 133 133 134 input[type="radio"]:checked: before {134 input[type="radio"]:checked::before { 135 135 background-color: #1e8cbe; 136 136 border-radius: 50px; … … 146 146 147 147 @-moz-document url-prefix() { 148 148 149 input[type="checkbox"], 149 150 input[type="radio"], … … 229 230 input[type="radio"]:disabled, 230 231 input[type="radio"].disabled, 231 input[type="checkbox"]:disabled:checked: before,232 input[type="checkbox"].disabled:checked: before,233 input[type="radio"]:disabled:checked: before,234 input[type="radio"].disabled:checked: before {232 input[type="checkbox"]:disabled:checked::before, 233 input[type="checkbox"].disabled:checked::before, 234 input[type="radio"]:disabled:checked::before, 235 input[type="radio"].disabled:checked::before { 235 236 opacity: 0.7; 236 237 } … … 246 247 247 248 @media screen and ( min-width: 48em ) { 249 248 250 /* Input Elements */ 249 251 input[type="text"], … … 263 265 } 264 266 265 input[type="checkbox"]:checked: before {266 font: normal21px/1 dashicons;267 input[type="checkbox"]:checked::before { 268 font: 400 21px/1 dashicons; 267 269 margin: -3px 0 0 -4px; 268 270 } … … 274 276 } 275 277 276 input[type="radio"]:checked: before {278 input[type="radio"]:checked::before { 277 279 width: 6px; 278 280 height: 6px;
Note: See TracChangeset
for help on using the changeset viewer.