Changeset 7256 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/modules/_wporg-header.scss
- Timestamp:
- 05/31/2018 12:51:13 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/modules/_wporg-header.scss
r6958 r7256 67 67 68 68 ul li { 69 list-style-type: none;70 position: relative;69 list-style-type: none; 70 position: relative; 71 71 72 72 a { … … 83 83 84 84 &.subcurrent { 85 font-weight: bold;85 font-weight: 700; 86 86 } 87 87 … … 154 154 155 155 #head-search { 156 156 157 @include breakpoint( $sm ) { 157 158 float: right; … … 186 187 } 187 188 188 @media screen and (max-width: 480px) {189 @media screen and (max-width: 480px) { 189 190 width: 216px; 190 191 } … … 229 230 230 231 #wporg-header-menu { 231 float: left;232 float: left; 232 233 list-style: none; 233 234 margin: -15px 0 0; … … 241 242 ul li { 242 243 float: left; 243 position: relative;244 position: relative; 244 245 245 246 a { … … 264 265 } 265 266 266 &.current-menu-item: after,267 &.current_page_parent: after {267 &.current-menu-item::after, 268 &.current_page_parent::after { 268 269 border-bottom: 9px solid #f7f7f7; 269 270 border-left: 9px solid transparent; 270 271 border-right: 9px solid transparent; 271 content: '';272 content: ""; 272 273 height: 0; 273 274 left: 50%; … … 310 311 ul li .nav-submenu:hover { 311 312 display: block !important;/* Prevents #wporg-header ul overwriting this */ 312 left: 0;313 margin-left: 0;313 left: 0; 314 margin-left: 0; 314 315 position: absolute; 315 316 top: 46px; … … 322 323 } 323 324 324 ul li.current-menu-item: after,325 ul li.current_page_parent: after,325 ul li.current-menu-item::after, 326 ul li.current_page_parent::after, 326 327 ul li a.current ~ .uparrow { 327 328 border-bottom-color: $color__wp-blue; … … 336 337 display: block; 337 338 float: left; 338 font-family: 'dashicons';339 font-family: dashicons; 339 340 font-size: 16px; 340 341 font-style: normal; 341 font-weight: normal;342 font-weight: 400; 342 343 left: 10px; 343 344 line-height: 1; … … 348 349 text-shadow: none; 349 350 top: 75px; 350 transition: color .1s ease-in;351 transition: color 0.1s ease-in; 351 352 vertical-align: top; 352 353 -webkit-font-smoothing: antialiased; 353 354 354 &: before {355 &::before { 355 356 border: none; 356 357 box-sizing: border-box; 357 358 color: #888; 358 content: '\f228';359 content: "\f228"; 359 360 display: inline-block; 360 361 float: left; 361 font: normal 50px/1 'Dashicons';362 font: 400 50px/1 Dashicons; 362 363 margin: 0; 363 364 outline: none; … … 375 376 #download-mobile { 376 377 background: #f7f7f7; 377 border-bottom: 1px solid #ddd ddd;378 border-bottom: 1px solid #ddd; 378 379 379 380 .wrapper {
Note: See TracChangeset
for help on using the changeset viewer.