Skip to content

Commit 8ac5c58

Browse files
committed
Remove temporary migration styles
1 parent 07127b2 commit 8ac5c58

1 file changed

Lines changed: 1 addition & 20 deletions

File tree

src/styles/tailwind.css

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -40,25 +40,6 @@
4040
@apply rounded-none border-solid border-theme-layout-accent border-y-[10px] border-x;
4141
}
4242

43-
/* Specific fixes needed during migration to Oasis UI Library */
44-
45-
/* Override MUI styles that are applied globally */
46-
[class*=' text-'] {
47-
font-family: 'Inter Variable', sans-serif;
48-
}
49-
50-
/* Override Tailwind's vertical-align reset for MUI SVG components */
51-
[class*='Mui'] img,
52-
[class*='Mui'] svg,
53-
[class*='Mui'] video,
54-
[class*='Mui'] canvas,
55-
[class*='Mui'] audio,
56-
[class*='Mui'] iframe,
57-
[class*='Mui'] embed,
58-
[class*='Mui'] object {
59-
vertical-align: revert;
60-
}
61-
6243
/* Flash animation for table highlights */
6344
@keyframes flash {
6445
0% {
@@ -71,4 +52,4 @@
7152
100% {
7253
background-color: white;
7354
}
74-
}
55+
}

0 commit comments

Comments
 (0)