mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
tabs: fix issues with FF :has() selector #551
This commit is contained in:
parent
a79f81322a
commit
9952cfb2da
1 changed files with 0 additions and 5 deletions
|
@ -1921,7 +1921,6 @@ html[dir="rtl"] #sidebar ul.collapsible-menu > li > label > i.fa-chevron-right {
|
|||
padding: 1rem;
|
||||
}
|
||||
/* remove margin if only a single code block is contained in the tab */
|
||||
#body .tab-content-text:has(> div.highlight:only-child),
|
||||
#body .tab-content.tab-panel-style.code > .tab-content-text{
|
||||
padding: 0;
|
||||
}
|
||||
|
@ -1929,7 +1928,3 @@ html[dir="rtl"] #sidebar ul.collapsible-menu > li > label > i.fa-chevron-right {
|
|||
#body .tab-content-text > div.highlight:only-child > pre{
|
||||
border: 0;
|
||||
}
|
||||
#body .tab-content-text pre{
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue