Sha256: 3cf68358de7aaada21054a4d051fed2c64c5ee4b39cf02970e3e19a8e96c2cf3
Contents?: true
Size: 726 Bytes
Versions: 14
Compression:
Stored size: 726 Bytes
Contents
%table-reset { table { table-layout: initial; border-collapse: inherit; border: initial; a { text-decoration: none; color: inherit; } } td { border: initial; &, &:hover { border-left: initial; } } tbody { tr { &, &:nth-child(even) { &:hover { td { &:first-child { border-left: inherit; } } } } } } } %nav-icon { &:after { @include icon-stuff; @include transition(color .2s); position: absolute; font-size: 15px; color: $c-darker-grey; right: 0; } &:hover { &:after { color: darken($c-darker-grey, 5%); } } }
Version data entries
14 entries across 14 versions & 2 rubygems