~Maybe~ (Lee: ABSOLUTELY) use biome (#6327)
* maybe use biome * import organising * Removed unused new fmt commands; fix to not use linter * Don't use fmt:generated - fmt is fast, but also use Makefile for this sort of thing --------- Co-authored-by: lee-at-zoo-corp <lee@zoo.dev>
This commit is contained in:
@ -20,9 +20,7 @@
|
||||
/* The parts that will be transitioned */
|
||||
opacity: 0;
|
||||
transform: translate(var(--_x, 0), var(--_y, 0));
|
||||
transition:
|
||||
transform 0.15s ease-out,
|
||||
opacity 0.11s ease-out;
|
||||
transition: transform 0.15s ease-out, opacity 0.11s ease-out;
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
@ -83,18 +81,18 @@
|
||||
}
|
||||
|
||||
.tooltip::before {
|
||||
content: '; Has tooltip: ';
|
||||
content: "; Has tooltip: ";
|
||||
}
|
||||
|
||||
/* Sometimes there's no visible label,
|
||||
* so we'll use the tooltip as the label
|
||||
*/
|
||||
.tooltip:only-child::before {
|
||||
content: '';
|
||||
content: "";
|
||||
}
|
||||
|
||||
.tooltip:only-child::after {
|
||||
content: ' (tooltip)';
|
||||
content: " (tooltip)";
|
||||
}
|
||||
|
||||
.top,
|
||||
|
Reference in New Issue
Block a user