Skip to content
Prev Previous commit
Next Next commit
Remove unneeded CSS rules
The rules just set the same values used by buttons by default.

Signed-off-by: Daniel Calviño Sánchez <[email protected]>
  • Loading branch information
danxuliu committed Aug 28, 2019
commit b88d53d918cee60d0f1aac29dd2079f53a7e97c7
2 changes: 0 additions & 2 deletions css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -978,10 +978,8 @@ body:not(#body-public) .participantWithList > li > span:not(.currentUser):not(.g

.clipboard-button .button,
.room-moderation-button .button {
cursor: pointer;
width: 44px;
height: 44px;
display: block;
background-color: transparent;
border: none;
margin: 0;
Expand Down