Changeset 7858 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
- Timestamp:
- 11/16/2018 08:34:10 PM (6 years ago)
- File:
-
- 1 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,
Note: See TracChangeset
for help on using the changeset viewer.