git ssb

16+

Dominic / patchbay



Commit cf0a874df629bde26e5b4c28ef1e4948274f8d0b

prettier tabs

mix irving committed on 9/21/2017, 5:17:03 AM
Parent: fa6bd8d1098773df65aaf9f54de5ac53845d4ef1

Files changed

app/styles/mcss/hypertabs.mcsschanged
app/styles/mcss/hypertabs.mcssView
@@ -30,8 +30,9 @@
3030 margin-left: .3rem
3131 border: none
3232
3333 :hover {
34 + background-color: #f8f8f8
3435 a.close {
3536 visibility: visible
3637 }
3738 }
@@ -39,9 +40,14 @@
3940 -selected {
4041 color: #222
4142 background-color: #fff
4243
44 + :hover {
45 + background-color: #fff
46 + }
47 +
4348 a.link {
49 + text-decoration: none
4450 max-width: calc(100% - 2rem)
4551 }
4652 a.close {
4753 visibility: visible
@@ -56,9 +62,8 @@
5662 a {
5763 color: #666
5864
5965 :hover {
60- color: #0088cc
6166 text-decoration: none
6267 }
6368 }
6469

Built with git-ssb-web