Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/cljs/orcpub/character_builder.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@
{:class-name (s/join " " (conj
(remove nil? [(if selected? "b-w-5")
(if selectable? "pointer hover-shadow")
(if (and (= (nth option-path 2) :eldritch-invocations) (not selectable?)) "hidden" ) ;Robs=> Applying display:none to non-selectable Eldritch Invocations in the Character Builder
(if (not selectable?) "opacity-5")])
classes))
:on-click select-fn}
Expand Down