.backlog-menu { background: $mass-white; color: $blackish; display: flex; justify-content: space-between; margin-bottom: 1rem; .trans-button { color: $blackish; display: inline-block; padding: .3rem 1.5rem; &.active, &:hover { background: $whitish; color: $gray; } &.active { &:hover { background: darken($whitish, 10%); } } &.move-to-sprint { display: none; } } .button-bulk { margin-left: .2rem; } } .backlog-us-mirror { background: $white; border-radius: 4px; box-shadow: 2px 2px 5px $gray; min-height: calc(40px + 1rem); opacity: .9; padding: 1rem; .tags-block, .votes, .us-settings, .status, .points, .icon-drag, input { display: none; } &.is-checked, &:hover { background: $white; } }