mirror of
https://github.com/harness/drone.git
synced 2025-05-07 02:42:19 +08:00
fix: [code-706]: fix color of hover
This commit is contained in:
parent
488ef60966
commit
faab869933
@ -64,8 +64,7 @@
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
||||||
.menuItem:hover {
|
.menuItem:hover {
|
||||||
background: unset;
|
background: rgba(0, 146, 228, 0.0392156863) !important;
|
||||||
border: 1px solid var(--primary-7);
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user