mirror of
https://github.com/portainer/portainer.git
synced 2025-08-06 14:25:31 +02:00
fix(app/home): env tile hover style [EE-5299] (#8765)
* fix(app/home): environment item hover * fix(app/home): remove white border above env list footer * fix(app/home): icon color on edit buttons hover in high contrast theme
This commit is contained in:
parent
14a581e86b
commit
1ff19f8604
4 changed files with 26 additions and 7 deletions
|
@ -216,6 +216,14 @@ input[type='checkbox'] {
|
|||
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue