Changeset 7858
- Timestamp:
- 11/16/2018 08:34:10 PM (6 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
r7824 r7858 2000 2000 font-size: 0.8em; 2001 2001 2002 *:focus { 2003 outline: 0; 2004 } 2002 2005 ul { 2003 2006 margin-left: 0; … … 2066 2069 } 2067 2070 } 2068 .open .expandable .dashicons:not(:focus) {2069 background: #fff;2070 color: #0073aa;2071 }2072 2071 & > ul > li { 2073 2072 &:last-child { … … 2096 2095 .current-menu-ancestor ul { 2097 2096 display: block; 2097 } 2098 .current-menu-ancestor:not(.open) .expandable .dashicons:not(:focus), 2099 .current-menu-item .expandable .dashicons:not(:focus) { 2100 background: #fff; 2101 color: #0073aa; 2102 } 2103 .current-menu-ancestor .expandable .dashicons:hover, 2104 .current-menu-item .expandable .dashicons:hover { 2105 background-color:: #0073aa !important; 2106 color: #fff !important; 2098 2107 } 2099 2108 .children, -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css
r7824 r7858 2387 2387 } 2388 2388 2389 div[class*="-table-of-contents-container"] *:focus { 2390 outline: 0; 2391 } 2392 2389 2393 div[class*="-table-of-contents-container"] ul { 2390 2394 margin-left: 0; … … 2452 2456 } 2453 2457 2454 div[class*="-table-of-contents-container"] .open .expandable .dashicons:not(:focus) {2455 background: #fff;2456 color: #0073aa;2457 }2458 2459 2458 div[class*="-table-of-contents-container"] > ul > li:last-child { 2460 2459 border-bottom: 1px solid rgba(0, 0, 0, 0.05); … … 2483 2482 div[class*="-table-of-contents-container"] .current-menu-ancestor ul { 2484 2483 display: block; 2484 } 2485 2486 div[class*="-table-of-contents-container"] .current-menu-ancestor:not(.open) .expandable .dashicons:not(:focus), 2487 div[class*="-table-of-contents-container"] .current-menu-item .expandable .dashicons:not(:focus) { 2488 background: #fff; 2489 color: #0073aa; 2490 } 2491 2492 div[class*="-table-of-contents-container"] .current-menu-ancestor .expandable .dashicons:hover, 2493 div[class*="-table-of-contents-container"] .current-menu-item .expandable .dashicons:hover { 2494 background-color: #0073aa !important; 2495 color: #fff !important; 2485 2496 } 2486 2497
Note: See TracChangeset
for help on using the changeset viewer.