Skip to content

Commit

Permalink
statistics changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarnsley committed Dec 4, 2023
1 parent f6e0809 commit e44322c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"/js/chart-tooltip.js": "/js/chart-tooltip.js?id=b74d64d41a6d6165abc8a5196bf704ca",
"/js/clipboard.js": "/js/clipboard.js?id=80d900f861e2aacb0e23e914068d0de9",
"/js/manifest.js": "/js/manifest.js?id=bf375adc4a6d48ff1f208128c5b5b26f",
"/css/app.css": "/css/app.css?id=52661700f71dc4c648298e2566aad574",
"/css/app.css": "/css/app.css?id=c53707cfe14204884c1f657933ce551a",
"/js/vendor.js": "/js/vendor.js?id=a8afaf722d5b57af63b4a780cd61d61e",
"/images/delegates/header-bg-dark.svg": "/images/delegates/header-bg-dark.svg?id=0fc9d2cfbec09d702832f3bd81fae169",
"/images/delegates/header-bg-mobile-dark.svg": "/images/delegates/header-bg-mobile-dark.svg?id=a60884230a85d1b8bb5f35e9a65f81cc",
Expand Down
6 changes: 6 additions & 0 deletions resources/css/_inputs.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,9 @@
.input-group:focus-within .input-label:not(.input-label--error) {
@apply text-theme-primary-600 dark:text-theme-dark-blue-500;
}

/* Rich Input Select */
.dropdown-entry,
.rich-select-dropdown-entry:not(.rich-select-dropdown-entry-selected):not(.rich-select-dropdown-entry-hover) {
@apply dark:bg-theme-dark-800;
}
2 changes: 1 addition & 1 deletion resources/views/components/stats/insight.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
wire:model="{{ $model }}"
wrapper-class="relative left-0 w-full xl:inline-block"
dropdown-class="left-0 mt-1 origin-top-left"
button-class="inline-block w-full text-left !px-3 !py-2 form-input transition-default dark:bg-theme-dark-900 dark:border-theme-dark-800 !text-sm font-semibold"
button-class="inline-block w-full text-left !px-3 !py-2 form-input transition-default dark:bg-theme-dark-900 dark:border-theme-dark-700 !text-sm font-semibold"
:initial-value="$selected"
:placeholder="$selected"
:options="$options"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
wire:model="{{ $attributes->wire('model')->value() }}"
wrapper-class="relative left-0 w-full xl:inline-block sm:w-[150px]"
dropdown-class="left-0 mt-1 origin-top-left"
button-class="inline-block w-full text-left !px-3 !py-2 form-input transition-default dark:bg-theme-dark-900 dark:border-theme-dark-800 !text-sm font-semibold"
button-class="inline-block w-full text-left !px-3 !py-2 form-input transition-default dark:bg-theme-dark-900 dark:border-theme-dark-700 !text-sm font-semibold"
:initial-value="$selected"
:placeholder="$selected"
:options="$options"
Expand Down

0 comments on commit e44322c

Please sign in to comment.