disabled cursor change from no-drop to not-allowed
This commit is contained in:
parent
27e2babf90
commit
607f390514
@ -428,7 +428,7 @@ h1 {
|
|||||||
cursor: pointer
|
cursor: pointer
|
||||||
}
|
}
|
||||||
.nav-light .btn:disabled{
|
.nav-light .btn:disabled{
|
||||||
cursor:no-drop;
|
cursor:not-allowed;
|
||||||
}
|
}
|
||||||
.nav-dark .btn:disabled{
|
.nav-dark .btn:disabled{
|
||||||
cursor: auto;
|
cursor: auto;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user