Merge branch 'master' into canon-tables

This commit is contained in:
Charles de Dreuille
2024-12-16 10:24:30 +00:00
2 changed files with 10 additions and 2 deletions
@@ -7,6 +7,7 @@
font-size: var(--canon-font-size-xs);
font-family: var(--canon-font-regular);
color: var(--canon-text-primary);
user-select: none;
& .checkbox {
all: unset;
@@ -18,6 +19,7 @@
box-shadow: inset 0 0 0 1px var(--canon-outline);
cursor: pointer;
border-radius: 2px;
transition: all 0.2s ease-in-out;
&[data-state='unchecked'] {
& .checkbox-indicator {
@@ -36,4 +38,10 @@
justify-content: center;
color: var(--canon-text-primary-on-accent);
}
&:hover {
& .checkbox {
box-shadow: inset 0 0 0 1px var(--canon-outline-hover);
}
}
}
+2 -2
View File
@@ -108,8 +108,8 @@
--canon-surface-2: #1a1a1a;
/* Outlines */
--canon-outline: rgba(255, 255, 255, 0.1);
--canon-outline-hover: rgba(255, 255, 255, 0.2);
--canon-outline: rgba(255, 255, 255, 0.2);
--canon-outline-hover: rgba(255, 255, 255, 0.4);
--canon-outline-focus: #fff;
/* States - Add more states */