mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
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:
parent
401322bf61
commit
de3138104c
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue