only show focus outline on select-all-action if tabbing is active

This commit is contained in:
Niels Lyngsø
2020-01-08 11:03:29 +01:00
parent 96a35859b6
commit d816971a09
2 changed files with 5 additions and 1 deletions

View File

@@ -34,8 +34,12 @@
text-decoration: none;
padding: 0;
margin-left: 1px;
body:not(.tabbing-active) & {
outline: 0;
}
}
input.umb-table__input {
margin: 0 auto;
}

View File

@@ -2,7 +2,7 @@
<div class="umb-table" ng-if="vm.items">
<!-- Listviews head section -->
<div class="umb-table-head">
<div class="umb-table-row umb-outline">
<div class="umb-table-row">
<div class="umb-table-cell">
<button type="button" class="umb-table__action" ng-show="vm.allowSelectAll" ng-click="vm.selectAll()">