this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Make danger menu item more dangerous

+4
+4
src/app.css
··· 1925 1925 color: var(--red-color); 1926 1926 } 1927 1927 .szh-menu 1928 + .szh-menu__item.danger:not(.szh-menu__item--disabled).szh-menu__item--hover { 1929 + background-color: var(--red-color); 1930 + } 1931 + .szh-menu 1928 1932 .szh-menu__item:not(.szh-menu__item--disabled):not( 1929 1933 .szh-menu__item--hover 1930 1934 ).danger