remove unused css
This commit is contained in:
parent
e5eddce868
commit
7701c5f097
1 changed files with 1 additions and 6 deletions
|
|
@ -600,10 +600,6 @@ body.drag .app::after {
|
|||
padding: 8em 20px 20px 20px;
|
||||
}
|
||||
|
||||
.torrent-details .open-folder {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.torrent-details table {
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
|
|
@ -615,8 +611,7 @@ body.drag .app::after {
|
|||
height: 28px;
|
||||
}
|
||||
|
||||
.torrent-details tr:hover,
|
||||
.torrent-details .open-folder:hover {
|
||||
.torrent-details tr:hover {
|
||||
background-color: rgba(200, 200, 200, 0.3);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue