mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-20 13:30:50 +02:00
updated js-sdk and replaced missing handlers
This commit is contained in:
+11
-14
@@ -11,8 +11,9 @@
|
||||
line-height: 1;
|
||||
font-size: var(--fontSize);
|
||||
color: var(--surfaceTxtDisabledColor);
|
||||
background: var(--surfaceAlt1Color);
|
||||
background: var(--surfaceAlt2Color);
|
||||
border-radius: var(--borderRadius);
|
||||
transition: background var(--animationSpeed);
|
||||
&:empty {
|
||||
&::before {
|
||||
content: "\f452";
|
||||
@@ -23,6 +24,15 @@
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
.handle:hover &,
|
||||
.handle:focus-visible & {
|
||||
background: var(--surfaceAlt3Color);
|
||||
}
|
||||
.handle.active &,
|
||||
.handle:active & {
|
||||
transition-duration: var(--activeAnimationSpeed);
|
||||
background: var(--surfaceAlt4Color);
|
||||
}
|
||||
}
|
||||
|
||||
.provider-card {
|
||||
@@ -66,22 +76,9 @@
|
||||
user-select: none;
|
||||
text-decoration: none;
|
||||
transition: background var(--animationSpeed);
|
||||
.provider-logo {
|
||||
transition: background var(--animationSpeed);
|
||||
}
|
||||
&:hover,
|
||||
&:focus-visible {
|
||||
background: var(--surfaceAlt1Color);
|
||||
.provider-logo {
|
||||
background: var(--surfaceAlt2Color);
|
||||
}
|
||||
}
|
||||
&.active,
|
||||
&:active {
|
||||
.provider-logo {
|
||||
transition-duration: var(--activeAnimationSpeed);
|
||||
background: var(--surfaceAlt3Color);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user