schoolbox web extension :)
0
fork

Configure Feed

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

fix(snippets/roundedCorners): mark all read button

* close #264

willow d193dfe4 f0b4a345

+1 -1
+1 -1
src/entrypoints/snippets/roundedCorners.css
··· 10 10 .scrollable, 11 11 section.content, */ 12 12 .tile, 13 - .button:not(.icon-search) { 13 + .button:not(.icon-search):not(.mark-all-read) { 14 14 border-radius: 10px !important; 15 15 overflow: clip; 16 16 }