Skip to content

Commit

Permalink
Merge pull request #194 from KeyboardDabbler/main
Browse files Browse the repository at this point in the history
Cursor pointer UX consistency
  • Loading branch information
hrfee committed Jan 30, 2022
2 parents 25451eb + bfcad6c commit a003921
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/base.css
Expand Up @@ -556,3 +556,7 @@ div.card:contains(section.banner.footer) {
.text-center-i {
text-align: center !important;
}

input[type="checkbox" i], [class^="ri-"], [class*=" ri-"], .ri-refresh-line:before, .modal-close {
cursor: pointer;
}

0 comments on commit a003921

Please sign in to comment.