You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bugSomething isn't workinghtmlIssues with HTML and related web technology (html/css/scss)themesRelated to HTML theming or any other style related issue (like highlight-style)
title-block-banner: true set, the text in the code-tools menu is not visible when not hovering over it. It seems like both the text color when not hovering and the code-tools menu background are white.
Steps to reproduce
---title: "Untitled"format:
html:
title-block-banner: truecode-fold: truecode-tools: true---## Quarto
Quarto enables you to weave together content and executable code into a finished document. To learn more about Quarto see <https://quarto.org>.
## Running Code
When you click the **Render** button a document will be generated that includes both content and the output of embedded code. You can embed code like this:
```{r}1 + 1```
Expected behavior
Menu text should be readable, ie. different color than background.
Actual behavior
Menu text is not visible when not hovering.
Your environment
IDE: RStudio 2024.12.0-467
OS: Windows 11
Quarto check output
Quarto 1.5.57
[>] Checking versions of quarto binary dependencies...
Pandoc version 3.2.0: OK
Dart Sass version 1.70.0: OK
Deno version 1.41.0: OK
Typst version 0.11.0: OK
[>] Checking versions of quarto dependencies......OK
[>] Checking Quarto installation......OK
Version: 1.5.57
Path: C:\Program Files\RStudio\resources\app\bin\quarto\bin
CodePage: 1252
[>] Checking tools....................OK
TinyTeX: (not installed)
Chromium: (not installed)
[>] Checking LaTeX....................OK
Tex: (not detected)
[>] Checking basic markdown render....OK
[>] Checking Python 3 installation....(None)
Unable to locate an installed version of Python 3.
Install Python 3 from https://www.python.org/downloads/
[>] Checking R installation...........OK
Version: 4.4.2
Path: C:/PROGRA~1/R/R-44~1.2
LibPaths:
- C:/Users/.../AppData/Local/R/win-library/4.4
- C:/Program Files/R/R-4.4.2/library
knitr: 1.49
rmarkdown: 2.29
[>] Checking Knitr engine render......OK
The text was updated successfully, but these errors were encountered:
eveyp
changed the title
code-tools menu text not visable with title-block-banner
code-tools menu text not visible with title-block-banner
Jan 21, 2025
eveyp
changed the title
code-tools menu text not visible with title-block-banner
code-tools menu text not visible with title-block-banner and code-fold
Jan 21, 2025
mcanouil
added
html
Issues with HTML and related web technology (html/css/scss)
themes
Related to HTML theming or any other style related issue (like highlight-style)
labels
Jan 21, 2025
bugSomething isn't workinghtmlIssues with HTML and related web technology (html/css/scss)themesRelated to HTML theming or any other style related issue (like highlight-style)
Bug description
With
code-tools: true
,code-fold: true
, andtitle-block-banner: true
set, the text in the code-tools menu is not visible when not hovering over it. It seems like both the text color when not hovering and the code-tools menu background are white.Steps to reproduce
Expected behavior
Menu text should be readable, ie. different color than background.
Actual behavior
Menu text is not visible when not hovering.
Your environment
Quarto check output
The text was updated successfully, but these errors were encountered: