mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 21:35:19 +00:00
refac: styling
This commit is contained in:
parent
6b43cc97d2
commit
28d6425f87
1 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
<!-- svelte-ignore a11y-no-static-element-interactions -->
|
<!-- svelte-ignore a11y-no-static-element-interactions -->
|
||||||
<!-- svelte-ignore a11y-click-events-have-key-events -->
|
<!-- svelte-ignore a11y-click-events-have-key-events -->
|
||||||
<div
|
<div
|
||||||
class={buttonClassName}
|
class="{buttonClassName} cursor-pointer"
|
||||||
on:pointerup={() => {
|
on:pointerup={() => {
|
||||||
if (!disabled) {
|
if (!disabled) {
|
||||||
open = !open;
|
open = !open;
|
||||||
|
|
@ -49,7 +49,7 @@
|
||||||
<!-- svelte-ignore a11y-no-static-element-interactions -->
|
<!-- svelte-ignore a11y-no-static-element-interactions -->
|
||||||
<!-- svelte-ignore a11y-click-events-have-key-events -->
|
<!-- svelte-ignore a11y-click-events-have-key-events -->
|
||||||
<div
|
<div
|
||||||
class={buttonClassName}
|
class="{buttonClassName} cursor-pointer"
|
||||||
on:pointerup={() => {
|
on:pointerup={() => {
|
||||||
if (!disabled) {
|
if (!disabled) {
|
||||||
open = !open;
|
open = !open;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue