Skip to content

Commit

Permalink
Merge branch 'master' into settings
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Jan 22, 2025
2 parents 00ef5dc + 1b8a46c commit 71fb0d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,6 @@ hr {
@apply bg-gray-50/80 focus:bg-white;

&[disabled], &:disabled {
@apply bg-gray-50/80 text-slate-700 bg-opacity-50 text-opacity-50 cursor-not-allowed;
@apply bg-gray-50/80 text-slate-700/50 cursor-not-allowed;
}
}
2 changes: 1 addition & 1 deletion resources/views/components/nav-dropdown.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{{-- Prevent blinking --}}
style="display: none;"
>
<div class="rounded-md ring-1 ring-black ring-opacity-5 py-1 bg-white">
<div class="rounded-md ring-1 ring-black/5 py-1 bg-white">
@if (Route::currentRouteName() != 'dashboard')
<a class="nav-item" href="{{ route('dashboard') }}">
@svg('icon-dashboard', 'mr-1')
Expand Down

0 comments on commit 71fb0d7

Please sign in to comment.