Skip to content

Commit

Permalink
Merge pull request #3583 from Textualize/fix-notifications
Browse files Browse the repository at this point in the history
Fix notifications CSS.
  • Loading branch information
rodrigogiraoserrao authored Oct 25, 2023
2 parents bc90a6a + 87274cb commit 9e71173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Fixed CSS errors being repeated https://github.com/Textualize/textual/pull/3566
- Fix issue with chunky highlights on buttons https://github.com/Textualize/textual/pull/3571
- Fixed `OptionList` event leakage from `CommandPalette` to `App`.
- Fixed `Toast` CSS that should use `initial` instead of empty value.

### Added

Expand Down
2 changes: 1 addition & 1 deletion src/textual/widgets/_toast.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Toast(Static, inherit_css=False):
padding: 1 1;
background: $panel;
tint: white 5%;
link-background:;
link-background: initial;
link-color: $text;
link-style: underline;
link-hover-background: $accent;
Expand Down

0 comments on commit 9e71173

Please sign in to comment.