don't forget tachyons pointer for the three dots themselves!

This commit is contained in:
Rob Culliton 2018-05-05 22:22:10 -04:00
parent b845750405
commit e9f4b0a5ac
No known key found for this signature in database
GPG Key ID: 6FDEF60B3DC84D94
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@
(defn three-dots-box [image-src]
"generates the appropriate container for menu dots"
[:span.pt2
[:span.pt2.pointer
[:img.o-50.pl3.pt2 {:src image-src}]])
(defn three-dots []