Commit 06eb8d444d5dfc3b48ba5ae825b1a1be00586f3b

Authored by Marcelo Puebla
1 parent 5fbadfa943
Exists in master and in 1 other branch develop

Arreglo visual en botones de paginador.

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
src/sass/general.scss
... ... @@ -168,6 +168,12 @@ input[type="file"] {
168 168 }
169 169 }
170 170  
  171 +.page-link {
  172 + &:focus {
  173 + box-shadow: 0 0 0 0.2rem $primaryTransparency !important;
  174 + }
  175 +}
  176 +
171 177 .page-item.active .page-link {
172 178 z-index: 1;
173 179 color: #fff;