Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
zhw2590582 committed Jan 14, 2023
1 parent 37aebdf commit 3b9f6f2
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions src/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,44 +23,4 @@
opacity: 0.25;
user-select: none;
pointer-events: none;
}

.wf-subtitle {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 20;
height: 100%;
width: 100%;
user-select: none;
pointer-events: none;
}

.wf-subtitle-item {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 0;
bottom: 0;
height: 100%;
cursor: default;
pointer-events: all;
transition: background-color 0.2s ease;
background-color: rgb(255 255 255 / 20%);
}

.wf-subtitle-item:hover {
background-color: rgb(255 255 255 / 30%);
}

.wf-subtitle-current {
background-color: rgba(33, 150, 243, 0.5);
border: 1px solid rgba(33, 150, 243, 0.5);
}

.wf-subtitle-current:hover {
background-color: rgba(33, 150, 243, 0.6);
}

0 comments on commit 3b9f6f2

Please sign in to comment.