disabled cursor change from no-drop to not-allowed

This commit is contained in:
Sai Raj 2019-07-23 23:22:11 +05:30 committed by GitHub
parent 27e2babf90
commit 607f390514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -428,7 +428,7 @@ h1 {
cursor: pointer
}
.nav-light .btn:disabled{
cursor:no-drop;
cursor:not-allowed;
}
.nav-dark .btn:disabled{
cursor: auto;