Commit 9aac43f7c98c6e78682dc7dd148234f3225362a5

Authored by Eric Fernandez
Exists in master and in 1 other branch develop

Merge branch 'master' into 'develop'

Master(mpuebla)

See merge request !159
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;