Review + QA updates - Part 1

This commit is contained in:
Lesley Norton
2021-10-21 23:02:27 -05:00
parent 0a772c8f04
commit 2f6e49bec0
5 changed files with 59 additions and 92 deletions
+5 -1
View File
@@ -1490,7 +1490,7 @@ manage things like container crud */
}
#edit-container-panel-choose-icon .radio-container:hover .usercontext-icon::before {
fill: #fff !important;
fill: var(--grey50) !important;
}
.mac-icon {
@@ -2182,4 +2182,8 @@ tr:hover > td > .trash-button {
.radio-choice > .radio-container > [type="radio"]:checked + label {
background: var(--bgDark);
}
#edit-container-panel-choose-icon .radio-container:hover .usercontext-icon::before {
fill: #fff !important;
}
}