Fix list selection indicator (again)

pull/5742/merge
Aleksander Machniak 7 years ago
parent 34068ac445
commit ad90cc52f5

@ -115,14 +115,14 @@
// Focus indicator
@media screen and (min-width: @screen-width-large) {
li > a,
&.withselection tbody tr > td:nth-child(1),
&:not(.withselection) tbody tr > td:nth-child(2) {
tbody tr > td:first-child,
&:not(.withselection) tbody tr > td.selection + td {
border-left: 2px solid transparent;
}
li > a:focus,
&.focus.withselection tbody tr.focused > td:nth-child(1),
&.focus:not(.withselection) tbody tr.focused > td:nth-child(2) {
&.focus tbody tr.focused > td:first-child,
&.focus:not(.withselection) tbody tr.focused > td.selection + td {
border-left: 2px solid @color-list-focus-indicator;
outline: 0;
}

@ -14,7 +14,7 @@
label="foldersearchform" buttontitle="findfolders" options="search-filter" ariatag="h2" />
<a class="button icon toolbar-menu-button" href="#list-menu"><span class="inner"><roundcube:label name="menu" /></span></a>
</div>
<div class="scroller">
<div class="scroller" tabindex="-1">
<roundcube:object name="foldersubscription" form="subscriptionform" id="subscription-table"
class="treelist listing folderlist iconized" role="listbox" data-list="subscription_list" />
</div>

Loading…
Cancel
Save