Skip to content

Commit

Permalink
Merge pull request #347 from NeoCoderMatrix86/345-menu-selected-items…
Browse files Browse the repository at this point in the history
…-are-grey

Menu selected items are grey
  • Loading branch information
NeoCoderMatrix86 authored Apr 12, 2024
2 parents b9d4f7f + 103ff78 commit aacb448
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AudioCuesheetEditor/Shared/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ along with Foobar. If not, see
<BarStart>
<BarItem Padding="Padding.Is1.OnY">
<BarDropdown>
<BarDropdownToggle Class="btn btn-success" TextAlignment="TextAlignment.Start">
<BarDropdownToggle Class="btn btn-success" TextAlignment="TextAlignment.Start" Style="background-color:#198754!important;">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-menu-button" viewBox="0 0 16 16">
<path d="M0 1.5A1.5 1.5 0 0 1 1.5 0h8A1.5 1.5 0 0 1 11 1.5v2A1.5 1.5 0 0 1 9.5 5h-8A1.5 1.5 0 0 1 0 3.5zM1.5 1a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5z" />
<path d="m7.823 2.823-.396-.396A.25.25 0 0 1 7.604 2h.792a.25.25 0 0 1 .177.427l-.396.396a.25.25 0 0 1-.354 0M0 8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm1 3v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2zm14-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2zM2 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5" />
Expand All @@ -139,7 +139,7 @@ along with Foobar. If not, see
</BarItem>
<BarItem Padding="Padding.Is1.OnY">
<BarDropdown>
<BarDropdownToggle Class="btn btn-primary" TextAlignment="TextAlignment.Start">
<BarDropdownToggle Class="btn btn-primary" TextAlignment="TextAlignment.Start" Style="background-color: #0b5ed7!important;">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cloud-download" viewBox="0 0 16 16">
<path d="M4.406 1.342A5.53 5.53 0 0 1 8 0c2.69 0 4.923 2 5.166 4.579C14.758 4.804 16 6.137 16 7.773 16 9.569 14.502 11 12.687 11H10a.5.5 0 0 1 0-1h2.688C13.979 10 15 8.988 15 7.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 2.825 10.328 1 8 1a4.53 4.53 0 0 0-2.941 1.1c-.757.652-1.153 1.438-1.153 2.055v.448l-.445.049C2.064 4.805 1 5.952 1 7.318 1 8.785 2.23 10 3.781 10H6a.5.5 0 0 1 0 1H3.781C1.708 11 0 9.366 0 7.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383" />
<path d="M7.646 15.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 14.293V5.5a.5.5 0 0 0-1 0v8.793l-2.146-2.147a.5.5 0 0 0-.708.708z" />
Expand All @@ -165,7 +165,7 @@ along with Foobar. If not, see
<BarEnd>
<BarItem Padding="Padding.Is1.OnY">
<BarDropdown>
<BarDropdownToggle Class="btn btn-danger" TextAlignment="TextAlignment.Start">
<BarDropdownToggle Class="btn btn-danger" TextAlignment="TextAlignment.Start" Style="background-color: #bb2d3b!important;">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-counterclockwise" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8 3a5 5 0 1 1-4.546 2.914.5.5 0 0 0-.908-.417A6 6 0 1 0 8 2z" />
<path d="M8 4.466V.534a.25.25 0 0 0-.41-.192L5.23 2.308a.25.25 0 0 0 0 .384l2.36 1.966A.25.25 0 0 0 8 4.466" />
Expand Down

0 comments on commit aacb448

Please sign in to comment.