anentrypoint-design 0.0.435 → 0.0.437
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/247420.css
CHANGED
|
@@ -3867,12 +3867,13 @@
|
|
|
3867
3867
|
display: inline-flex; align-items: center; gap: var(--space-1);
|
|
3868
3868
|
padding: var(--space-hair) var(--space-2); background: var(--bg-2);
|
|
3869
3869
|
border: 1px solid color-mix(in oklab, var(--fg) 10%, transparent);
|
|
3870
|
-
border-radius: var(--r-pill); font-size: var(--fs-xs);
|
|
3871
|
-
cursor: pointer; user-select: none;
|
|
3870
|
+
border-radius: var(--r-pill); font-size: var(--fs-xs); font-family: inherit;
|
|
3871
|
+
cursor: pointer; user-select: none; appearance: none;
|
|
3872
3872
|
transition: background var(--dur-snap, .12s) var(--ease, ease), border-color var(--dur-snap, .12s) var(--ease, ease), transform 0.12s ease;
|
|
3873
3873
|
position: relative;
|
|
3874
3874
|
}
|
|
3875
3875
|
.ds-247420 .chat-reactions .rxn:hover { background: var(--bg-3); transform: scale(1.06); }
|
|
3876
|
+
.ds-247420 .chat-reactions .rxn:focus-visible { outline: 2px solid var(--accent); outline-offset: 1px; }
|
|
3876
3877
|
.ds-247420 .chat-reactions .rxn.you {
|
|
3877
3878
|
background: color-mix(in oklab, var(--accent) 18%, var(--bg-2));
|
|
3878
3879
|
border-color: color-mix(in oklab, var(--accent) 55%, transparent);
|
|
@@ -13008,7 +13009,7 @@
|
|
|
13008
13009
|
display: block;
|
|
13009
13010
|
margin-top: var(--space-1-75);
|
|
13010
13011
|
font-weight: 400;
|
|
13011
|
-
color: var(--panel-text-
|
|
13012
|
+
color: var(--panel-text-3);
|
|
13012
13013
|
font-size: var(--fs-tiny);
|
|
13013
13014
|
line-height: 1.6;
|
|
13014
13015
|
}
|