Merge pull request #194 from KeyboardDabbler/main

Cursor pointer UX consistency
This commit is contained in:
Harvey Tindall 2022-01-30 14:10:37 +00:00 committed by GitHub
commit a00392166c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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;
}