Sha256: 9b0afe1d91ae8c22861c9a6a0b3b569a5e95abee44dc2e697a3a845b5eb20c09
Contents?: true
Size: 599 Bytes
Versions: 9
Compression:
Stored size: 599 Bytes
Contents
.internal_links_list_page { .edit { @include icon-only-button(white); @include pencil-icon; position: absolute; display: none; z-index: 2; top: 5px; right: 15px; } nav li.editable:hover .edit { display: block; } li.highlighted .page_link { z-index: 0; position: relative; outline: solid 2px #000; &:before { content: ""; position: absolute; top: -2px; left: -2px; width: 100%; height: 100%; border: solid 2px #fff; @include animation(blink 3s linear infinite); z-index: 1; } } }
Version data entries
9 entries across 9 versions & 1 rubygems