Changeset 10169 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/css/base/_select.scss
- Timestamp:
- 08/13/2020 11:43:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/css/base/_select.scss
r10131 r10169 4 4 display: inline-block; 5 5 box-sizing: border-box; 6 padding: 0.5rem 2rem 0.5rem .8rem;6 padding: 0.5rem 2rem 0.5rem 0.8rem; 7 7 width: auto; 8 8 … … 18 18 19 19 background-color: transparent; 20 /* stylelint-disable-next-line function-url-quotes */ 20 21 background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg width="14" height="8" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M2 0L7 5L12 0L14 1L7 8L0 1L2 0Z" fill="%23555D66"/%3E%3C/svg%3E%0A'); 21 22 background-repeat: no-repeat; 22 background-position: right .7em top 50%;23 background-size: .65em auto;23 background-position: right 0.7em top 50%; 24 background-size: 0.65em auto; 24 25 25 26 &::-ms-expand { … … 28 29 29 30 &:focus { 30 box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);31 box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7); 31 32 box-shadow: 0 0 0 3px -moz-mac-focusring; 32 33 color: #222; … … 34 35 } 35 36 36 &option {37 font-weight: normal;37 option { 38 font-weight: 400; 38 39 } 39 40 }
Note: See TracChangeset
for help on using the changeset viewer.