Skip to content

Commit

Permalink
Set background color on learn tabs select el (#1746)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabine authored Nov 7, 2023
1 parent 4aef004 commit 6c211df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ocamlorg_frontend/layouts/learn_layout.eml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ let tabs
<span> <%s! Icons.chevron_right "w-3 h-3 ml-2" %> </span> </a>
</li>
<li class="inline-block">
<select onchange="location = this.value;" class="appearance-none bg-transparent border-2 border-b-4 bg-none font-bold border-none w-auto p-0 m-0 cursor-pointer focus:outline-none focus:ring-0">
<select onchange="location = this.value;" class="appearance-none bg-text-title border-2 border-b-4 bg-none font-bold border-none w-auto p-0 m-0 cursor-pointer focus:outline-none focus:ring-0">
<%s! sections |> List.map options_list |> String.concat "" %>
</select>
<span class="text-orange-700 cursor-pointer">&#x25BE;</span>
Expand Down

0 comments on commit 6c211df

Please sign in to comment.