Skip to content

Commit

Permalink
fix(components/navbar): Windows 聚焦在关闭按钮时“x“按钮应为白色
Browse files Browse the repository at this point in the history
Fix #1333
  • Loading branch information
pan93412 committed Feb 24, 2022
1 parent 76b3584 commit 8dc1ab7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,8 @@ nav {
}
&.close {
&:hover {
background: rgba(232, 17, 35, 0.9);
background: #c42c1b;
color: rgba(255, 255, 255, 0.8);
}
&:active {
background: #f1707a;
Expand Down

0 comments on commit 8dc1ab7

Please sign in to comment.