Added docs in js files and fixed some minor visual bugs #118

Merged
bema merged 5 commits from bema/ref/js_docs into master 2023-03-15 15:17:33 +01:00
Showing only changes of commit de33e04924 - Show all commits

View File

@@ -260,6 +260,7 @@
.action-button.active:hover { .action-button.active:hover {
filter: brightness(110%); filter: brightness(110%);
transition-duration: 0.3s;
} }
.action-button { .action-button {
@@ -407,6 +408,7 @@
.section-button:hover { .section-button:hover {
/* border-bottom: #3bc4f1 2px solid; */ /* border-bottom: #3bc4f1 2px solid; */
backdrop-filter: brightness(100%); backdrop-filter: brightness(100%);
transition-duration: 0.3s;
} }
.section-button .active { .section-button .active {