Skip to content

Commit

Permalink
Merge pull request #15730 from akemidx/bug/sc-26974-2
Browse files Browse the repository at this point in the history
FIXED: Login button can disappear under some circumstances
  • Loading branch information
snipe authored Nov 13, 2024
2 parents 0a87b0b + b29a2a6 commit 02ba13b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions resources/views/layouts/basic.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@
.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a {
border-left-color: {{ $snipeSettings->header_color }};
}
.btn-primary {
background-color: {{ $snipeSettings->header_color }};
border-color: {{ $snipeSettings->header_color }};
}
</style>
@endif

Expand Down

0 comments on commit 02ba13b

Please sign in to comment.