mirror of
https://github.com/open-webui/open-webui
synced 2025-05-28 09:11:36 +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 ===
|
||||
rating
|
||||
? '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={() => {
|
||||
detailedRating = rating;
|
||||
}}
|
||||
|
Loading…
Reference in New Issue
Block a user