diff --git a/src/player/Queue.vue b/src/player/Queue.vue index 42e1016..2b73a32 100644 --- a/src/player/Queue.vue +++ b/src/player/Queue.vue @@ -5,11 +5,16 @@ Playing
- + Shuffle - + Clear +
+
+ Click again to clear current track +
+
@@ -107,3 +112,18 @@ } }) + diff --git a/src/style/main.scss b/src/style/main.scss index 003da54..9a747d9 100644 --- a/src/style/main.scss +++ b/src/style/main.scss @@ -21,6 +21,10 @@ $dropdown-divider-bg: $theme-elevation-2; $popover-bg: $theme-elevation-1; $popover-border-color: $theme-elevation-2; +// Tooltip +$tooltip-bg: $theme-elevation-1; +$tooltip-color: $theme-text; + // Form $input-bg: $theme-elevation-2; $input-border-color: $theme-elevation-2;