Skip to content

Commit 2d80e02

Browse files
committed
chore: code review
1 parent 3096bdf commit 2d80e02

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

  • packages/ui-components/src/styles

packages/ui-components/src/styles/base.css

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ body {
4040
text-neutral-900
4141
opacity-0
4242
shadow-lg
43-
transition-opacity;
44-
45-
content: attr(data-tooltip);
43+
transition-opacity
44+
content-[attr(data-tooltip)];
4645
}
4746

4847
&::before {
@@ -61,9 +60,8 @@ body {
6160
border-neutral-200
6261
bg-white
6362
opacity-0
64-
transition-opacity;
65-
66-
content: '';
63+
transition-opacity
64+
content-[''];
6765
}
6866

6967
&:hover::after,

0 commit comments

Comments
 (0)