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>
This commit is contained in:
Daniel Calviño Sánchez 2017-09-26 17:39:08 +02:00
parent 401322bf61
commit de3138104c

View file

@ -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;
}