mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 10:25:48 +08:00
chore: clean up useless tailwind reference (#34478)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
@import '../../themes/markdown-light.css';
|
||||
@import '../../themes/markdown-dark.css';
|
||||
@reference "./globals.css";
|
||||
|
||||
.markdown-body {
|
||||
-ms-text-size-adjust: 100%;
|
||||
@@ -73,7 +72,6 @@
|
||||
}
|
||||
|
||||
.markdown-body abbr[title]:hover::after {
|
||||
@apply shadow-xl shadow-shadow-shadow-5 rounded-md;
|
||||
position: absolute;
|
||||
bottom: 100%;
|
||||
left: 0;
|
||||
@@ -84,8 +82,12 @@
|
||||
font-size: 12px;
|
||||
line-height: 1;
|
||||
color: var(--color-text-secondary);
|
||||
border-radius: 0.375rem;
|
||||
border: 0.5px solid var(--color-components-panel-border);
|
||||
background-color: var(--color-components-tooltip-bg);
|
||||
box-shadow:
|
||||
0px 8px 8px -4px var(--color-shadow-shadow-5),
|
||||
0px 20px 24px -4px var(--color-shadow-shadow-5);
|
||||
}
|
||||
|
||||
.markdown-body b,
|
||||
|
||||
Reference in New Issue
Block a user