forked from whitecube/nova-flexible-content
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix bug with 4.19 including the fields value with dependentField…
…Values
- Loading branch information
1 parent
08e1ebb
commit 12934ce
Showing
3 changed files
with
9,370 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,38 @@ | ||
.flexible-search-menu-multiselect{--ms-font-size:0.875rem;--ms-option-font-size:0.875rem;--ms-ring-color:rgb(var(--colors-primary-100));--ms-border-color:rgb(var(--colors-gray-300))}html.dark .flexible-search-menu-multiselect{--ms-ring-color:rgb(var(--colors-gray-700));--ms-border-color:rgb(var(--colors-gray-700));--ms-dropdown-border-color:var(--ms-border-color);--ms-bg:rgb(var(--colors-gray-900));--ms-dropdown-bg:var(--ms-bg);--ms-option-bg-pointed:rgb(var(--colors-gray-700));--ms-option-color-pointed:rgb(var(--colors-gray-400))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgba(var(--colors-gray-50),var(--tw-bg-opacity))}.dark .dark\:hover\:bg-gray-900:hover{--tw-bg-opacity:1;background-color:rgba(var(--colors-gray-900),var(--tw-bg-opacity))}.nova-flexible-content-sortable-ghost{opacity:.5}.nova-flexible-content-sortable-drag{background-color:rgba(var(--colors-gray-100),var(--tw-bg-opacity));border-radius:10px}.dark .nova-flexible-content-sortable-drag{background-color:rgba(var(--colors-gray-900),var(--tw-bg-opacity))} | ||
.flexible-search-menu-multiselect { | ||
--ms-font-size: 0.875rem; | ||
--ms-option-font-size: 0.875rem; | ||
--ms-ring-color: rgb(var(--colors-primary-100)); | ||
--ms-border-color: rgb(var(--colors-gray-300)); | ||
} | ||
html.dark .flexible-search-menu-multiselect { | ||
--ms-ring-color: rgb(var(--colors-gray-700)); | ||
--ms-border-color: rgb(var(--colors-gray-700)); | ||
--ms-dropdown-border-color: var(--ms-border-color); | ||
--ms-bg: rgb(var(--colors-gray-900)); | ||
--ms-dropdown-bg: var(--ms-bg); | ||
--ms-option-bg-pointed: rgb(var(--colors-gray-700)); | ||
--ms-option-color-pointed: rgb(var(--colors-gray-400)); | ||
} | ||
|
||
.hover\:bg-gray-50:hover { | ||
--tw-bg-opacity: 1; | ||
background-color: rgba(var(--colors-gray-50), var(--tw-bg-opacity)); | ||
} | ||
|
||
.dark .dark\:hover\:bg-gray-900:hover { | ||
--tw-bg-opacity: 1; | ||
background-color: rgba(var(--colors-gray-900), var(--tw-bg-opacity)); | ||
} | ||
|
||
.nova-flexible-content-sortable-ghost { | ||
opacity: 0.5; | ||
} | ||
|
||
.nova-flexible-content-sortable-drag { | ||
background-color: rgba(var(--colors-gray-100), var(--tw-bg-opacity)); | ||
border-radius: 10px; | ||
} | ||
|
||
.dark .nova-flexible-content-sortable-drag { | ||
background-color: rgba(var(--colors-gray-900), var(--tw-bg-opacity)); | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters