Merge branch 'update-icons' of https://github.com/cryptpad/cryptpad into update-icons

This commit is contained in:
DianaXWiki 2025-09-23 14:31:43 +03:00
commit fa962952cc

View File

@ -1078,6 +1078,11 @@
border-color: @cryptpad_text_col;
color: @cryptpad_text_col;
}
.cp-toolbar-userlist-button {
svg {
margin: 0;
}
}
&.cp-toolbar-button-active {
background-color: @cp_toolbar-bg;
border-color: @cp_toolbar-fg;
@ -1085,11 +1090,6 @@
&:hover {
background-color: fade(@cryptpad_text_col, 20%);
}
.cp-toolbar-userlist-button {
svg {
margin: 0;
}
}
}
}