passes tests except timeout
This commit is contained in:
parent
330ce178f5
commit
69ceff4636
2 changed files with 3 additions and 4 deletions
|
@ -159,8 +159,8 @@ table {
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-identity-color="black"] {
|
[data-identity-color="black"] {
|
||||||
--identity-tab-color: #000000;
|
--identity-tab-color: #000;
|
||||||
--identity-icon-color: #000000;
|
--identity-icon-color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-identity-color="CUDorange"] {
|
[data-identity-color="CUDorange"] {
|
||||||
|
@ -198,7 +198,6 @@ table {
|
||||||
--identity-icon-color: #cc79a7;
|
--identity-icon-color: #cc79a7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
[data-identity-icon="fingerprint"] {
|
[data-identity-icon="fingerprint"] {
|
||||||
--identity-icon: url("/img/usercontext.svg#fingerprint");
|
--identity-icon: url("/img/usercontext.svg#fingerprint");
|
||||||
}
|
}
|
||||||
|
|
|
@ -1029,7 +1029,7 @@ Logic.registerPanel(P_CONTAINER_EDIT, {
|
||||||
<label for="edit-container-panel-choose-color-${containerColor}" class="usercontext-icon choose-color-icon" data-identity-icon="circle" data-identity-color="${containerColor}">`;
|
<label for="edit-container-panel-choose-color-${containerColor}" class="usercontext-icon choose-color-icon" data-identity-icon="circle" data-identity-color="${containerColor}">`;
|
||||||
};
|
};
|
||||||
let colors = ["blue", "turquoise", "green", "yellow", "orange", "red", "pink", "purple" ];
|
let colors = ["blue", "turquoise", "green", "yellow", "orange", "red", "pink", "purple" ];
|
||||||
let CUDenabled = await this.findColorset();
|
const CUDenabled = await this.findColorset();
|
||||||
if (CUDenabled) {
|
if (CUDenabled) {
|
||||||
//"Color Universal Design" color set from: https://jfly.uni-koeln.de/color/#pallet
|
//"Color Universal Design" color set from: https://jfly.uni-koeln.de/color/#pallet
|
||||||
colors = ["black", "CUDorange", "skyblue", "bluegreen", "CUDyellow", "CUDblue", "vermillion", "redpurple" ];
|
colors = ["black", "CUDorange", "skyblue", "bluegreen", "CUDyellow", "CUDblue", "vermillion", "redpurple" ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue