Skip to content

Commit bda1de4

Browse files
committed
💄 style(番茄钟): 优化番茄钟头部样式
- 添加鼠标悬停时显示的效果 - 改善用户界面的交互体验
1 parent 9651914 commit bda1de4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/styles/pomodoroTimer.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@
2222
}
2323
}
2424
}
25-
25+
.pomodoro-header div{
26+
opacity: 0;
27+
}
28+
.pomodoro-header:hover div{
29+
opacity: 1;
30+
}
2631
.pomodoro-content {
2732
.pomodoro-status {
2833
text-transform: uppercase;

0 commit comments

Comments
 (0)