Sha256: e0f71318ce5894a62c3abaeb219a50e157456ad8cdf6530e78bb993c052b85d4
Contents?: true
Size: 1.63 KB
Versions: 18
Compression:
Stored size: 1.63 KB
Contents
.page_links li { position: relative; cursor: pointer; .placeholder { display: none; } .title { pointer-events: none; } .reset { @include icon-only-button(white); @include cancel-icon; position: absolute; display: none; z-index: 1; top: 5px; right: 15px; background-color: #fff; border: solid 1px #888; } @import "./file_thumbnails"; .pictogram { pointer-events: none; background-color: #444; position: absolute !important; bottom: 0; } &.editable { cursor: default; &:hover .reset { display: block; } &.unassigned { .reset { display: none; } .placeholder { display: block; } } %highlight { z-index: 0; position: relative; outline: solid 1px #000; &:before { content: ""; position: absolute; top: -1px; left: -1px; width: 100%; height: 100%; border: solid 1px #fff; @include animation(blink 3s linear infinite); z-index: 1; } } } &.droppable %highlight { background-color: rgba(0, 0, 0, 0.3); &:before { background-color: rgba(255, 255, 255, 0.6); } } &.editable.highlighted %highlight, &.over %highlight { &:after { content: ""; position: absolute; top: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.6); } } .placeholder, .thumbnail { @extend %highlight; } &.dragged { .thumbnail { background-image: none !important; } .pictogram { display: none; } } }
Version data entries
18 entries across 18 versions & 1 rubygems