mirror of
https://github.com/open-webui/open-webui
synced 2025-05-29 09:42:12 +00:00
refac: styling
This commit is contained in:
parent
c5cd1e4403
commit
6088acf36d
@ -136,7 +136,7 @@
|
|||||||
class="size-7 text-sm border border-gray-50 dark:border-gray-850 hover:bg-gray-50 dark:hover:bg-gray-850 {detailedRating ===
|
class="size-7 text-sm border border-gray-50 dark:border-gray-850 hover:bg-gray-50 dark:hover:bg-gray-850 {detailedRating ===
|
||||||
rating
|
rating
|
||||||
? 'bg-gray-100 dark:bg-gray-800'
|
? 'bg-gray-100 dark:bg-gray-800'
|
||||||
: ''} transition rounded-full disabled:cursor-not-allowed disabled:bg-white disabled:dark:bg-gray-900"
|
: ''} transition rounded-full disabled:cursor-not-allowed disabled:text-gray-500 disabled:bg-white disabled:dark:bg-gray-900"
|
||||||
on:click={() => {
|
on:click={() => {
|
||||||
detailedRating = rating;
|
detailedRating = rating;
|
||||||
}}
|
}}
|
||||||
|
Loading…
Reference in New Issue
Block a user