fix: icons inside tooltip (#3283)

This commit is contained in:
Liyas Thomas
2023-08-24 23:55:22 +05:30
committed by GitHub
parent a1764023f3
commit 8db452089c
5 changed files with 31 additions and 30 deletions

View File

@@ -166,12 +166,6 @@ a {
@apply truncate;
@apply sm:inline-flex;
}
.env-icon {
@apply transition;
@apply inline-flex;
@apply items-center;
}
}
.tippy-svg-arrow {
@@ -332,7 +326,7 @@ pre.ace_editor {
@apply after:font-icon;
@apply after:text-current;
@apply after:right-3;
@apply after:content-["\e313"];
@apply after:content-["\e5cf"];
@apply after:text-lg;
}
@@ -580,9 +574,9 @@ details[open] summary .indicator {
}
.gql-operation-not-highlight {
opacity: 0.5;
@apply opacity-50;
}
.gql-operation-highlight {
opacity: 1;
@apply opacity-100;
}