mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-25 06:04:42 +00:00
Sidebar desktop navigation refactoring
This commit is contained in:
@@ -4,6 +4,15 @@
|
||||
$color = $settings->app_color ?? '#00BC7E';
|
||||
@endphp
|
||||
|
||||
{{-- Tailwind Helpers --}}
|
||||
.router-link-active .icon-active {
|
||||
color: {{ $color }};
|
||||
}
|
||||
.router-link-active .text-active {
|
||||
color: {{ $color }};
|
||||
}
|
||||
|
||||
|
||||
{{-- Group options --}}
|
||||
.group:hover:not(.hover-disabled) .group-hover-text-theme {color: {{ $color }} !important;}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user