mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-04 20:28:00 +08:00
Group Table - unable to expand group with keyboard #PL-4254
This commit is contained in:
parent
c8afd3e4f6
commit
30a02db068
@ -151,18 +151,33 @@
|
||||
|
||||
.#{$primary-stylename}-row:hover,
|
||||
.#{$primary-stylename}-row-odd:hover {
|
||||
// In IE, if We change background then outline disappear
|
||||
.v-sa & {
|
||||
background-color: $cuba-table-row-hover-background-color;
|
||||
}
|
||||
.v-ff & {
|
||||
background-color: $cuba-table-row-hover-background-color;
|
||||
}
|
||||
background-color: $cuba-table-row-hover-background-color;
|
||||
.on-hover-visible-layout {
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
|
||||
// In IE, if We change background then outline disappear, so disable hover color
|
||||
.#{$primary-stylename}-row:hover {
|
||||
.v-ie & {
|
||||
background-color: $cuba-table-row-background-color;
|
||||
}
|
||||
}
|
||||
|
||||
.#{$primary-stylename}-row-odd:hover {
|
||||
.v-ie & {
|
||||
background-color: $cuba-table-row-odd-background-color;
|
||||
}
|
||||
}
|
||||
|
||||
.#{$primary-stylename}-row.v-selected:hover,
|
||||
.#{$primary-stylename}-row-odd.v-selected:hover,
|
||||
.#{$primary-stylename}-caption-row.v-selected:hover {
|
||||
.v-ie & {
|
||||
background-color: $cuba-table-row-selection-background-color;
|
||||
}
|
||||
}
|
||||
|
||||
.#{$primary-stylename}-caption-row {
|
||||
background-color: #c6cbcd;
|
||||
cursor: default;
|
||||
|
Loading…
Reference in New Issue
Block a user