Changeset 7856
- Timestamp:
- 11/16/2018 07:29:20 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/gutenberg/style.css
r7849 r7856 1419 1419 font-size: 0.8em; 1420 1420 } 1421 .menu-table-of-contents-container ul { 1421 1422 .menu-table-of-contents-container *:focus { 1423 outline: 0; 1424 } 1425 1426 .site-content .menu-table-of-contents-container ul { 1422 1427 margin-left: 0; 1423 1428 padding-left: 0; … … 1465 1470 border-left: none; 1466 1471 } 1467 .menu-table-of-contents-container .open .expandable .dashicons:not(:focus) { 1472 .menu-table-of-contents-container .current_page_ancestor:not(.open) .expandable .dashicons:not(:focus), 1473 .menu-table-of-contents-container .current_page_item .expandable .dashicons:not(:focus) { 1474 background-color: #fff; 1468 1475 color: #0073aa; 1469 1476 } 1470 .menu-table-of-contents-container .open .expandable .dashicons:hover { 1471 background-color: #0073aa; 1472 color: #fff; 1477 .menu-table-of-contents-container .current_page_ancestor .expandable .dashicons:hover, 1478 .menu-table-of-contents-container .current_page_item .expandable .dashicons:hover { 1479 background-color: #0073aa !important; 1480 color: #fff !important; 1473 1481 } 1474 1482 .menu-table-of-contents-container ul a { … … 1487 1495 color: #555; 1488 1496 background-color: #fff; 1497 } 1498 .menu-table-of-contents-container ul a:visited:not(:hover) { 1499 color: #0073aa; 1489 1500 } 1490 1501 .menu-table-of-contents-container > ul > li:last-child {
Note: See TracChangeset
for help on using the changeset viewer.