Fix treelist in Chrome

pull/5742/merge
Aleksander Machniak 7 years ago
parent 93fa140f04
commit 752b1a1aea

@ -22,9 +22,6 @@
tbody td,
li a {
display: block;
text-decoration: none;
cursor: default;
padding: 0 .5rem;
white-space: nowrap;
vertical-align: middle;
@ -32,7 +29,6 @@
}
tbody td {
display: table-cell;
outline: none;
overflow: hidden;
text-overflow: ellipsis;
@ -42,6 +38,13 @@
}
}
li a {
display: inline-block;
text-decoration: none;
cursor: default;
width: 100%;
}
li.selected,
tr.selected td {
color: @color-list-selected;

Loading…
Cancel
Save