mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 06:23:06 +08:00
style(base): unify hover state across selected row cells
This commit is contained in:
@@ -355,6 +355,11 @@
|
|||||||
background: light-dark(var(--mantine-color-blue-0), var(--mantine-color-dark-6));
|
background: light-dark(var(--mantine-color-blue-0), var(--mantine-color-dark-6));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.row.rowSelected:hover .cell,
|
||||||
|
.row.rowSelected:hover .cellPinned {
|
||||||
|
background-color: light-dark(var(--mantine-color-blue-1), var(--mantine-color-dark-5));
|
||||||
|
}
|
||||||
|
|
||||||
.rowNumberHeaderInner {
|
.rowNumberHeaderInner {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user