We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3096bdf commit 2d80e02Copy full SHA for 2d80e02
1 file changed
packages/ui-components/src/styles/base.css
@@ -40,9 +40,8 @@ body {
40
text-neutral-900
41
opacity-0
42
shadow-lg
43
- transition-opacity;
44
-
45
- content: attr(data-tooltip);
+ transition-opacity
+ content-[attr(data-tooltip)];
46
}
47
48
&::before {
@@ -61,9 +60,8 @@ body {
61
60
border-neutral-200
62
bg-white
63
64
65
66
- content: '';
+ content-[''];
67
68
69
&:hover::after,
0 commit comments