github.com/pf-qiu/concourse/v6@v6.7.3-0.20201207032516-1f455d73275f/web/assets/css/pagination.less (about) 1 .btn-page-link { 2 display: inline-block; 3 } 4 5 .btn-page-link .arrow { 6 display: inline-block; 7 text-align: center; 8 font-size: 24px; 9 line-height: 40px; 10 width: 40px; 11 } 12 13 .btn-page-link a:hover { 14 background: @grey70; 15 border-radius: 50%; 16 } 17 18 .btn-page-link.disabled a:hover { 19 background: inherit; 20 border-radius: 0; 21 } 22 23 .btn-page-link.disabled .arrow { 24 color: @grey70; 25 }