Disabled Clear All button when downloads include only the application update and when they also include files, clear only the files (#2294)

This commit is contained in:
Tasos Boulis
2022-10-20 16:20:51 +03:00
committed by GitHub
parent 48869a654f
commit bbf162e7d0
3 changed files with 33 additions and 7 deletions

View File

@@ -158,6 +158,7 @@ body {
}
&.disabled {
background: transparent;
cursor: default;
color: rgba(63, 67, 80, 0.32);
}
@@ -438,8 +439,15 @@ body {
background: #1f1f1f;
border: 1px solid rgba(221, 223, 228, 0.16);
.DownloadsDropdown__header .DownloadsDropdown__Downloads {
color: #DDD;
.DownloadsDropdown__header {
.DownloadsDropdown__Downloads {
color: #DDD;
}
.DownloadsDropdown__clearAllButton {
&.disabled {
color: rgba(63, 67, 80, 0.52);
}
}
}
.DownloadsDropdown__divider {