Compare commits
7
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ea97e7df89 | ||
|
|
ca897f8a80 | ||
|
|
5633ad9037 | ||
|
|
c9db2afcf4 | ||
|
|
9cb0a9fa0c | ||
|
|
ce7a97aafb | ||
|
|
0fae5dbcbb |
@@ -58,7 +58,7 @@
|
||||
<ft-icon-button
|
||||
v-if="isQuickBookmarkEnabled && quickBookmarkButtonEnabled"
|
||||
:title="quickBookmarkIconText"
|
||||
:icon="isInQuickBookmarkPlaylist ? ['fas', 'check'] : ['fas', 'clock']"
|
||||
:icon="isInQuickBookmarkPlaylist ? ['fas', 'check'] : ['fas', 'bookmark']"
|
||||
class="quickBookmarkVideoIcon"
|
||||
:class="{
|
||||
bookmarked: isInQuickBookmarkPlaylist,
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
<ft-icon-button
|
||||
v-if="isQuickBookmarkEnabled"
|
||||
:title="quickBookmarkIconText"
|
||||
:icon="isInQuickBookmarkPlaylist ? ['fas', 'check'] : ['fas', 'clock']"
|
||||
:icon="isInQuickBookmarkPlaylist ? ['fas', 'check'] : ['fas', 'bookmark']"
|
||||
class="quickBookmarkVideoIcon"
|
||||
:class="{
|
||||
bookmarked: isInQuickBookmarkPlaylist,
|
||||
|
||||
@@ -22,7 +22,6 @@ import {
|
||||
faCheck,
|
||||
faChevronRight,
|
||||
faCircleUser,
|
||||
faClock,
|
||||
faClone,
|
||||
faComment,
|
||||
faCommentDots,
|
||||
@@ -102,7 +101,6 @@ library.add(
|
||||
faCheck,
|
||||
faChevronRight,
|
||||
faCircleUser,
|
||||
faClock,
|
||||
faClone,
|
||||
faComment,
|
||||
faCommentDots,
|
||||
|
||||
@@ -366,7 +366,7 @@ $watched-transition-duration: 0.5s;
|
||||
&:has(:focus-visible) .addToPlaylistIcon:not(.alwaysVisible),
|
||||
&:has(:focus-visible) .quickBookmarkVideoIcon:not(.alwaysVisible),
|
||||
&:has(:focus-visible) .externalPlayerIcon {
|
||||
opacity: $thumbnail-overlay-opacity;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
&:hover .optionsButton,
|
||||
|
||||
Reference in New Issue
Block a user