aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionLinear/CollectionLinearView.scss
diff options
context:
space:
mode:
authormehekj <mehek.jethani@gmail.com>2021-12-02 14:46:34 -0500
committermehekj <mehek.jethani@gmail.com>2021-12-02 14:46:34 -0500
commit4488ae98f7644c84cfcb357d066d1075fdb76d3e (patch)
treeaf74ea5b3ecee6c339c3ac1e721594917751b598 /src/client/views/collections/collectionLinear/CollectionLinearView.scss
parent44a607d7bf6c30d05698dfa9d4be47c5b8356c21 (diff)
currently playing indicator complete
Diffstat (limited to 'src/client/views/collections/collectionLinear/CollectionLinearView.scss')
-rw-r--r--src/client/views/collections/collectionLinear/CollectionLinearView.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionLinear/CollectionLinearView.scss b/src/client/views/collections/collectionLinear/CollectionLinearView.scss
index d86e2d81f..1e11acb1f 100644
--- a/src/client/views/collections/collectionLinear/CollectionLinearView.scss
+++ b/src/client/views/collections/collectionLinear/CollectionLinearView.scss
@@ -35,6 +35,10 @@
cursor: pointer;
}
+ .audio-title:hover {
+ text-decoration: underline;
+ }
+
.bottomPopup-background {
background: $medium-blue;
display: flex;