We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc76b71 commit f0592f3Copy full SHA for f0592f3
1 file changed
resources/scss/src/grid/View.scss
@@ -59,12 +59,6 @@
59
}
60
61
62
- &:hover {
63
- .neo-grid-cell {
64
- background-color: var(--grid-cell-background-color-hover);
65
- }
66
67
-
68
// selection.RowModel
69
&.neo-selected {
70
.neo-grid-cell {
@@ -102,6 +96,16 @@
102
96
103
97
104
98
99
+.neo-mouse {
100
+ .neo-grid-row {
101
+ &:hover {
+ .neo-grid-cell {
+ background-color: var(--grid-cell-background-color-hover);
+ }
105
106
107
+}
108
+
109
.neo-selection-cellrowmodel,
110
.neo-selection-cellcolumnrowmodel{
111
.neo-grid-row {
0 commit comments