columnSelect: add hover
This commit is contained in:
parent
9d5e0f8cd3
commit
0f542c6980
1 changed files with 8 additions and 6 deletions
|
@ -7789,7 +7789,7 @@ output {
|
|||
flex-basis: 66%;
|
||||
flex-grow: 1;
|
||||
overflow: auto;
|
||||
padding: 7px 12px;
|
||||
padding: 7px;
|
||||
}
|
||||
|
||||
.columnSelect-column--sidebar {
|
||||
|
@ -7803,16 +7803,18 @@ output {
|
|||
.columnSelect-pool {
|
||||
flex: 1;
|
||||
overflow: auto;
|
||||
padding: 7px 12px;
|
||||
|
||||
.columnSelect-option {
|
||||
padding-left: 18px;
|
||||
}
|
||||
padding: 7px;
|
||||
}
|
||||
|
||||
.columnSelect-option {
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
padding: 0 5px;
|
||||
border-radius: 1px;
|
||||
|
||||
&:hover {
|
||||
background: hsl(0,0%,96%);
|
||||
}
|
||||
}
|
||||
|
||||
.is-hidden,
|
||||
|
|
Loading…
Reference in a new issue