1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-07 14:55:27 +02:00

fix(home): dark mode for edit buttons [EE-4828] (#8241)

This commit is contained in:
Chaim Lev-Ari 2023-01-19 10:16:34 +02:00 committed by GitHub
parent adf92ce5e0
commit 5942f4ff58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 96 additions and 54 deletions

View file

@ -210,25 +210,12 @@ input[type='checkbox'] {
margin-right: 10px;
}
.blocklist-item--disabled {
cursor: auto;
background-color: var(--grey-12);
}
.blocklist-item--selected {
background-color: var(--bg-blocklist-item-selected-color);
border: 2px solid var(--border-blocklist-item-selected-color);
color: var(--text-blocklist-item-selected-color);
}
.blocklist-item:not(.blocklist-item-not-interactive):hover {
@apply border border-blue-7;
cursor: pointer;
background-color: var(--bg-blocklist-hover-color);
color: var(--text-blocklist-hover-color);
}
.blocklist-item-box {
display: flex;
}