Skip to content

Commit

Permalink
minor fixes in foreground styles
Browse files Browse the repository at this point in the history
  • Loading branch information
digas99 committed Jun 1, 2021
1 parent b5bd5d7 commit 24eea28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pending Release
- The Kanji Info Popup is now the same in every page, and no longer gets all wrongly formated depending on the page it is in
- Fixed an issue where if you were to click a kanji from a Search Result while there is already a Kanji Info Popup open, the Bottom Right Kanji Popup would become unclickable

# Changelog v0.4.2
# [Changelog v0.4.2](https://github.com/digas99/wanikani-kanji-highlighter/releases/tag/v0.4.2)
Released on 01/06/2021

## Content
Expand Down
8 changes: 1 addition & 7 deletions styles/foreground-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,7 @@
text-decoration: none !important;
}

.wkhighlighter_detailsPopup div,
.wkhighlighter_detailsPopup a,
.wkhighlighter_detailsPopup ul,
.wkhighlighter_detailsPopup li,
.wkhighlighter_detailsPopup strong,
.wkhighlighter_detailsPopup p,
.wkhighlighter_detailsPopup span {
.wkhighlighter_detailsPopup * {
padding: 0px;
margin: 0px;
}
Expand Down

0 comments on commit 24eea28

Please sign in to comment.