1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

*arr cloneButton hover fix

This commit is contained in:
GilbN 2021-12-07 23:08:53 +01:00
parent e239c8c240
commit e324c4c6e0
5 changed files with 24 additions and 0 deletions

View File

@ -966,6 +966,11 @@ input:focus:-ms-input-placeholder {
color: var(--text);
}
[class*="-cloneButton-"][class*="IconButton-button-"]:hover {
color: white;
}
[class*="Card-card-"]:hover {
color: var(--text-hover);
}

View File

@ -980,6 +980,11 @@ input:focus:-ms-input-placeholder {
color: var(--text);
}
[class*="-cloneButton-"][class*="IconButton-button-"]:hover {
color: white;
}
[class*="Card-card-"]:hover,
[class*="Applications-center-"]:hover {
color: var(--text-hover);

View File

@ -996,6 +996,11 @@ input:focus:-ms-input-placeholder {
color: var(--text);
}
[class*="-cloneButton-"][class*="IconButton-button-"]:hover {
color: white;
}
[class*="Card-card-"]:hover {
color: var(--text-hover);
}

View File

@ -968,6 +968,11 @@ input:focus:-ms-input-placeholder {
color: var(--text);
}
[class*="-cloneButton-"][class*="IconButton-button-"]:hover {
color: white;
}
[class*="Card-card-"]:hover {
color: var(--text-hover);
}

View File

@ -976,6 +976,10 @@ input:focus:-ms-input-placeholder {
color: var(--text);
}
[class*="-cloneButton-"][class*="IconButton-button-"]:hover {
color: white;
}
[class*="Card-card-"]:hover {
color: var(--text-hover);
}