git ssb

16+

Dominic / patchbay



Commit 36854a925c83fd5e4aa166a87915ecdf981faf1d

make tab x visbile on hover

mix irving committed on 5/7/2017, 10:46:54 PM
Parent: 1de8481b3ecc82fb5558ec44c90f9731df320b05

Files changed

app/html/hypertabs.mcsschanged
app/html/hypertabs.mcssView
@@ -30,8 +30,14 @@
3030 margin-left: .6rem
3131 border: 1px gainsboro solid
3232 border-bottom: none
3333
34 + :hover {
35 + a.close {
36 + visibility: visible
37 + }
38 + }
39 +
3440 -selected {
3541 color: #222
3642 background-color: #fff
3743

Built with git-ssb-web