Skip to content

Commit

Permalink
[UI] Start customizations at minimum level (hedyorg#4129)
Browse files Browse the repository at this point in the history
Deletes the default option "Select a level" from the level dropdown in customize class page.

Fixes hedyorg#4085
  • Loading branch information
jpelay authored Mar 23, 2023
1 parent 7e684cf commit 008e5e2
Show file tree
Hide file tree
Showing 57 changed files with 54,162 additions and 54,013 deletions.
8 changes: 6 additions & 2 deletions build-tools/heroku/tailwind/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,11 @@ strong {
@apply bg-blue-500 text-white border-blue-700;
}

.gray-btn {
@apply btn-shape;
@apply bg-gray-500 text-white border-gray-700;
}

.blue-btn:hover {
@apply bg-blue-400 border-blue-500;
}
Expand Down Expand Up @@ -710,8 +715,7 @@ input:checked ~ .toggle-path {
}

.adventures-tab {
@apply flex flex-row w-auto overflow-x-auto overflow-y-hidden;
display :none;
@apply flex-row w-auto overflow-x-auto overflow-y-hidden;
}

.adventures-tab[style*='display: block'] {
Expand Down
Loading

0 comments on commit 008e5e2

Please sign in to comment.