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-25 18:21:04 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2019-08-28 10:31:41 +0300
commit5e79ab9aa8966f5e2605cdf8c00fe5c855cbbebf (patch)
treebacec6b84ab26cb4023583020f93b0b2cdcc0435 /css
parent1bf31f587866593ba02dabb09b1d4a3d66f8eebf (diff)
Remove unused CSS rule
The first link child of items in the participants list is the participant information, which includes the avatar, name... However, there is no direct "img" child of that element (the avatar image is a child of the avatar element), so the rule has no effect. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'css')
-rw-r--r--css/style.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/css/style.scss b/css/style.scss
index 6607873c0..81234e51b 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -206,7 +206,6 @@ input[type="password"] {
top: 6px;
}
-.participantWithList > li > a:first-child > img,
#app-navigation li > a:first-child img {
width: 32px !important;
height: 32px !important;