Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

code-tools menu text not visible with title-block-banner and code-fold #11923

Open
eveyp opened this issue Jan 21, 2025 · 0 comments
Open

code-tools menu text not visible with title-block-banner and code-fold #11923

eveyp opened this issue Jan 21, 2025 · 0 comments
Labels
bug Something isn't working 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)

Comments

@eveyp
Copy link

eveyp commented Jan 21, 2025

Bug description

With code-tools: true, code-fold: true, and

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.

Image

Steps to reproduce

---
title: "Untitled"
format: 
  html:
    title-block-banner: true
    code-fold: true
    code-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
@eveyp eveyp added the bug Something isn't working label Jan 21, 2025
@eveyp 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 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working 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)
Projects
None yet
Development

No branches or pull requests

2 participants