Skip to content

Commit

Permalink
fix(audioPlaybackSpeed): commit correct file
Browse files Browse the repository at this point in the history
  • Loading branch information
D3SOX committed Jun 1, 2024
1 parent 21b428a commit d6ca6c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion audioPlaybackSpeed/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
color: var(--interactive-normal);
}

.vc-audio-playback-speed-icon:hover{
.vc-audio-playback-speed-icon:hover {
color: var(--interactive-active);
}
6 changes: 0 additions & 6 deletions betterActivities/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
gap: 3px;
}

.vc-bactivities-disabled {
color: dimgray !important;
background: dimgray !important;
cursor: not-allowed !important;
}

.vc-bactivities-icon {
height: var(--icon-size);
width: var(--icon-size);
Expand Down

0 comments on commit d6ca6c8

Please sign in to comment.