mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
Docs: updates styles for tbody globally
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5164 GitOrigin-RevId: 706857ce1bec316e58b97e8f540fe431c40b5982
This commit is contained in:
parent
b0bd7883cc
commit
654c3c178a
@ -367,11 +367,12 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.theme-doc-sidebar-item-link.cloud-icon, .theme-doc-sidebar-item-link.cloud-and-enterprise-icon {
|
||||
.theme-doc-sidebar-item-link.cloud-icon,
|
||||
.theme-doc-sidebar-item-link.cloud-and-enterprise-icon {
|
||||
.menu__link {
|
||||
position: relative;
|
||||
&:after {
|
||||
content: "";
|
||||
content: '';
|
||||
position: inherit;
|
||||
background-position: right center;
|
||||
width: unset;
|
||||
@ -414,7 +415,7 @@
|
||||
}
|
||||
&:hover {
|
||||
&:before {
|
||||
content: "Available on Hasura Cloud";
|
||||
content: 'Available on Hasura Cloud';
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -428,7 +429,7 @@
|
||||
}
|
||||
&:hover {
|
||||
&:before {
|
||||
content: "Available on both Hasura Cloud and Enterprise Edition (EE)";
|
||||
content: 'Available on both Hasura Cloud and Enterprise Edition (EE)';
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -438,7 +439,7 @@
|
||||
.menu__link {
|
||||
&:hover {
|
||||
&:before {
|
||||
content: "Available on Hasura Cloud";
|
||||
content: 'Available on Hasura Cloud';
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -449,7 +450,7 @@
|
||||
.menu__link {
|
||||
&:hover {
|
||||
&:before {
|
||||
content: "Available on Hasura Enterprise Edition (EE)";
|
||||
content: 'Available on Hasura Enterprise Edition (EE)';
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -460,18 +461,19 @@
|
||||
.menu__link {
|
||||
&:hover {
|
||||
&:before {
|
||||
content: "Available on both Hasura Cloud and Enterprise Edition (EE)";
|
||||
content: 'Available on both Hasura Cloud and Enterprise Edition (EE)';
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.theme-doc-sidebar-item-category.cloud-icon, .theme-doc-sidebar-item-category.enterprise-icon {
|
||||
.theme-doc-sidebar-item-category.cloud-icon,
|
||||
.theme-doc-sidebar-item-category.enterprise-icon {
|
||||
.menu__list-item-collapsible {
|
||||
.menu__link {
|
||||
position: relative;
|
||||
&:after {
|
||||
content: "";
|
||||
content: '';
|
||||
position: inherit;
|
||||
width: 20px;
|
||||
background-position: right center;
|
||||
@ -511,9 +513,9 @@
|
||||
.theme-doc-sidebar-item-category {
|
||||
.menu__list-item-collapsible {
|
||||
.menu__link {
|
||||
&:after {
|
||||
display: none;
|
||||
}
|
||||
&:after {
|
||||
display: none;
|
||||
}
|
||||
&:hover {
|
||||
&:before {
|
||||
display: none;
|
||||
@ -524,12 +526,13 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.theme-doc-sidebar-item-category.cloud-icon, .theme-doc-sidebar-item-category.cloud-and-enterprise-icon {
|
||||
.theme-doc-sidebar-item-category.cloud-icon,
|
||||
.theme-doc-sidebar-item-category.cloud-and-enterprise-icon {
|
||||
.menu__list-item-collapsible {
|
||||
.menu__link {
|
||||
position: relative;
|
||||
&:after {
|
||||
content: "";
|
||||
content: '';
|
||||
position: inherit;
|
||||
width: 20px;
|
||||
background-position: right center;
|
||||
@ -900,3 +903,8 @@ div[class*='codeBlockTitle_'] {
|
||||
stroke: var(--ifm-link-color);
|
||||
}
|
||||
}
|
||||
|
||||
// Table body fix for longer types and args
|
||||
tbody {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user