Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2019-08-26 03:38:34 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2019-08-28 11:09:39 +0300
commitb88d53d918cee60d0f1aac29dd2079f53a7e97c7 (patch)
treec03a481a76a82a3698d6329b1114c3336d2d3b3a /css
parent7dec802cfac990d429b445ab193aa92c7cd6c260 (diff)
Remove unneeded CSS rules
The rules just set the same values used by buttons by default. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'css')
-rw-r--r--css/style.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/css/style.scss b/css/style.scss
index d747b5537..632f17036 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -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;