File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8787 border-radius : 0 ;
8888 }
8989
90+ .collection-link {
91+ transition : all .1s ease-out ;
92+ color : $dark ;
93+ }
94+
95+ .collection-link :hover {
96+ color : $warning ;
97+ transition : all .1s ease-out ;
98+ }
99+
90100 .fab-container {
91101 padding : 1em ;
92102 padding-top : 5px ;
Original file line number Diff line number Diff line change 77 <h3 style =" margin-top : 0 ;" >Your Collections: </h3 >
88 <button @click =" newCollection" class =" button warning full-width" >New Collection</button >
99 </div >
10- <div @click =" filterBy(collection)" class =" collection" v-for =" collection in collections" :key =" collection.key" >
10+ <a @click =" filterBy(collection)" class =" collection collection-link " v-for =" collection in collections" :key =" collection.key" >
1111 <hr class =" collection-rule" >
1212 <div class =" fab-container" >
13- <h5 >{{collection.name}}</h5 >
13+ <h5 >{{collection.name}}</h5 >
1414 </div >
15- </div >
15+ </a >
1616
1717
1818 </div >
You can’t perform that action at this time.
0 commit comments