[PR #660] [MERGED] UI: Fixed Doc List Hover Styles #834

Closed
opened 2026-03-03 00:23:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/660
Author: @ellekasai
Created: 10/26/2020
Status: Merged
Merged: 10/26/2020
Merged by: @Rokt33r

Base: tempHead: ui-fix-doc-list


📝 Commits (2)

  • bfb52b3 Added noteNavItemBackgroundColor
  • 982bce4 Changed to noteNavItemBackgroundColor

📊 Changes

7 files changed (+12 additions, -4 deletions)

View changed files

📝 src/components/molecules/FolderDetailListItem.tsx (+1 -1)
📝 src/lib/styled/BaseTheme.ts (+1 -0)
📝 src/themes/dark.ts (+1 -0)
📝 src/themes/legacy.ts (+1 -0)
📝 src/themes/light.ts (+1 -0)
📝 src/themes/sepia.ts (+1 -0)
📝 src/themes/solarizedDark.ts (+6 -3)

📄 Description

Description

  • Legacy theme and Solarized Dark theme had weird hover style on the doc list, so I fixed the colors
  • While doing that, I also had to fix the nav background colors of the side nav (only solarized dark)

Screenshots

Before

Legacy

CleanShot 2020-10-26 at 19 39 16

Solarized Dark

image

After

Legacy

CleanShot 2020-10-26 at 19 59 43

Solarized Dark

CleanShot 2020-10-26 at 20 06 16

CleanShot 2020-10-26 at 20 09 02


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BoostIO/BoostNote-App/pull/660 **Author:** [@ellekasai](https://github.com/ellekasai) **Created:** 10/26/2020 **Status:** ✅ Merged **Merged:** 10/26/2020 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `temp` ← **Head:** `ui-fix-doc-list` --- ### 📝 Commits (2) - [`bfb52b3`](https://github.com/BoostIO/BoostNote-App/commit/bfb52b3e35223bd237c7e9c10d633bd04f451ed1) Added noteNavItemBackgroundColor - [`982bce4`](https://github.com/BoostIO/BoostNote-App/commit/982bce4db2729f36e75775dc8a19047f959661d7) Changed to noteNavItemBackgroundColor ### 📊 Changes **7 files changed** (+12 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/components/molecules/FolderDetailListItem.tsx` (+1 -1) 📝 `src/lib/styled/BaseTheme.ts` (+1 -0) 📝 `src/themes/dark.ts` (+1 -0) 📝 `src/themes/legacy.ts` (+1 -0) 📝 `src/themes/light.ts` (+1 -0) 📝 `src/themes/sepia.ts` (+1 -0) 📝 `src/themes/solarizedDark.ts` (+6 -3) </details> ### 📄 Description ## Description - Legacy theme and Solarized Dark theme had weird hover style on the doc list, so I fixed the colors - While doing that, I also had to fix the nav background colors of the side nav (only solarized dark) ## Screenshots ### Before #### Legacy ![CleanShot 2020-10-26 at 19 39 16](https://user-images.githubusercontent.com/2410692/97165673-6841b700-17c7-11eb-84a0-03e72732df16.png) #### Solarized Dark ![image](https://user-images.githubusercontent.com/2410692/97165790-9921ec00-17c7-11eb-8891-69b863982ff9.png) ### After #### Legacy ![CleanShot 2020-10-26 at 19 59 43](https://user-images.githubusercontent.com/2410692/97165829-a6d77180-17c7-11eb-820e-ed9c6e6338b6.png) #### Solarized Dark ![CleanShot 2020-10-26 at 20 06 16](https://user-images.githubusercontent.com/2410692/97165857-af2fac80-17c7-11eb-8739-35cdf9b5d9a7.png) ![CleanShot 2020-10-26 at 20 09 02](https://user-images.githubusercontent.com/2410692/97165869-b5258d80-17c7-11eb-8a57-3d3044124e65.gif) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:23:24 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#834
No description provided.