mirror of
https://github.com/danbee/mpd-client
synced 2025-03-04 08:39:09 +00:00
Remove a tags from lists.
This commit is contained in:
parent
8c2412ca98
commit
f3732eb264
@ -33,8 +33,12 @@
|
||||
top: 0
|
||||
ul.root, ol.artists, ol.albums
|
||||
@extend .list
|
||||
li
|
||||
cursor: pointer
|
||||
ol.songs
|
||||
@extend .song-list
|
||||
li
|
||||
cursor: pointer
|
||||
div
|
||||
position: absolute
|
||||
width: $interface-width
|
||||
|
||||
@ -10,6 +10,8 @@
|
||||
@include button
|
||||
ol
|
||||
@extend .song-list
|
||||
li
|
||||
cursor: pointer
|
||||
li.playing
|
||||
.title
|
||||
color: $highlight
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
<ul class="root">
|
||||
<li ng-repeat="entry in currentPane().entries">
|
||||
<a href="#" ng-click="newPane(entry.path, {})">{{ entry.label }}</a>
|
||||
</li>
|
||||
<li ng-repeat="entry in currentPane().entries" ng-click="newPane(entry.path, {})">{{ entry.label }}</li>
|
||||
</ul>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user