schoolbox web extension :)
0
fork

Configure Feed

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

fix(snippets/roundedCorners): don't round mark all read button

authored by

willow and committed by
GitHub
c15c27ed eeb919f8

+1 -1
+1 -1
src/entrypoints/snippets/roundedCorners.css
··· 39 39 border-radius: 0px 0px 10px 10px !important; 40 40 } 41 41 /* see all notifications button */ 42 - #message-list > li > a.button { 42 + #message-list > li > a.button:not(.mark-all-read) { 43 43 border-radius: 0px 0px 10px 10px !important; 44 44 } 45 45