Adjust HTML Tree styling on Windows. Closes #2393
This commit is contained in:
parent
8e2790e2d2
commit
3b8c16c155
2 changed files with 9 additions and 7 deletions
|
@ -143,6 +143,7 @@
|
||||||
box-sizing: initial;
|
box-sizing: initial;
|
||||||
margin: -1px 0;
|
margin: -1px 0;
|
||||||
width: calc(100% - 2px);
|
width: calc(100% - 2px);
|
||||||
|
z-index: 10000;
|
||||||
|
|
||||||
> *:first-child {
|
> *:first-child {
|
||||||
margin-inline-start: -1px;
|
margin-inline-start: -1px;
|
||||||
|
|
|
@ -3,9 +3,8 @@
|
||||||
padding-inline-end: 1px;
|
padding-inline-end: 1px;
|
||||||
&.selected {
|
&.selected {
|
||||||
background-color: #e5f3ff;
|
background-color: #e5f3ff;
|
||||||
border: 1px solid #7bc3ff;
|
|
||||||
color: inherit;
|
color: inherit;
|
||||||
padding-inline-start: 1px;
|
padding-inline-start: 2px;
|
||||||
padding-inline-end: 0;
|
padding-inline-end: 0;
|
||||||
}
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
|
@ -20,14 +19,16 @@
|
||||||
color: inherit;
|
color: inherit;
|
||||||
background: #f0f0f0;
|
background: #f0f0f0;
|
||||||
border: none;
|
border: none;
|
||||||
padding-inline-start: 2px;
|
|
||||||
padding-inline-end: 1px;
|
|
||||||
}
|
}
|
||||||
&.selected:hover {
|
&.selected:hover {
|
||||||
background-color: #e5f3ff;
|
background-color: #e5f3ff;
|
||||||
border: 1px solid #7bc3ff;
|
padding-inline-start: 2px;
|
||||||
padding-inline-start: 1px;
|
|
||||||
padding-inline-end: 0;
|
padding-inline-end: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.virtualized-table.multi-select:focus .row.focused {
|
||||||
|
padding-inline-start: 2px;
|
||||||
|
width: calc(100% - 5px);
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue