diff --git a/app/assets/stylesheets/shared/datatable.scss b/app/assets/stylesheets/shared/datatable.scss index 6b5ea33c4..9b3d6aa85 100644 --- a/app/assets/stylesheets/shared/datatable.scss +++ b/app/assets/stylesheets/shared/datatable.scss @@ -59,6 +59,20 @@ .btn { margin-right: .25em; } + + .btn:focus { + box-shadow: 0 0 0 3px $brand-focus; + } + + .btn-light { + &:active { + background-color: $color-alto !important; + } + + &:hover { + background: $color-white; + } + } } .pagination-info,