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

fix: cambiato colore del font per il pulsante creato con draftJS #836

Merged
merged 4 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,20 @@
- ...
-->

## Versione X.X.X (dd/mm/yyyy)

### Migliorie

- ...

### Novità

- ...

### Fix

- Colore del font del bottone DraftJS nell'editor sistemato a bianco.

## Versione 11.25.3 (12/12/2024)

### Migliorie
Expand Down
3 changes: 3 additions & 0 deletions src/theme/ItaliaTheme/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ iframe {
color: $primary-text;
font-weight: 700;
}
&.link-anchorlink-theme {
color: $primary-text !important;
}
}
/*
Safari rendering issue workaround - B#60364
Expand Down
Loading