summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2017-09-26 17:39:08 +0200
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2017-09-26 17:43:54 +0200
commitde3138104cc5b7944f607694c99087420a61dbbe (patch)
treefa7c4912bda14d5b86e9d4151d32dac98d5729d1 /settings
parent401322bf6157ed4f6e2d5a23b11fa3f71b484289 (diff)
downloadnextcloud-server-de3138104cc5b7944f607694c99087420a61dbbe.tar.gz
nextcloud-server-de3138104cc5b7944f607694c99087420a61dbbe.zip
Remove unneeded CSS rules
There are currently no "img" or "span" descendants of "td.quota" elements, so those rules can be removed. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'settings')
-rw-r--r--settings/css/settings.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss
index f1910549d35..8c4c04f3a88 100644
--- a/settings/css/settings.scss
+++ b/settings/css/settings.scss
@@ -540,7 +540,7 @@ td {
visibility: hidden;
}
}
- &.displayName > img, &.quota > img {
+ &.displayName > img {
visibility: hidden;
}
&.password, &.displayName {
@@ -550,7 +550,7 @@ td {
&.mailAddress {
cursor: pointer;
}
- &.password > span, &.quota > span {
+ &.password > span {
margin-right: 1.2em;
color: #C7C7C7;
}
@@ -643,7 +643,7 @@ tr:hover > td {
margin: 0;
cursor: pointer;
}
- &.password > img, &.displayName > img, &.mailAddress > img, &.quota > img {
+ &.password > img, &.displayName > img, &.mailAddress > img {
visibility: visible;
cursor: pointer;
}