button improvements

This commit is contained in:
Beverly Nguyen
2025-10-30 14:45:54 -07:00
parent ce98732914
commit 87e932dc52
2 changed files with 11 additions and 4 deletions

View File

@@ -1190,3 +1190,8 @@ nav.nav {
background-color: transparent;
}
}
.button-not-clickable {
cursor: default;
pointer-events: none;
}