addons/isl/src/stackEdit/ui/StackEditSubTree.cssblame
View source
b69ab311/**
b69ab312 * Copyright (c) Meta Platforms, Inc. and affiliates.
b69ab313 *
b69ab314 * This source code is licensed under the MIT license found in the
b69ab315 * LICENSE file in the root directory of this source tree.
b69ab316 */
b69ab317
b69ab318.stack-edit-button-group {
b69ab319 display: flex;
b69ab3110}
b69ab3111
b69ab3112.stack-edit-right-side-buttons {
b69ab3113 opacity: 0;
b69ab3114}
b69ab3115
b69ab3116.stack-edit-subtree {
b69ab3117 position: relative;
b69ab3118}
b69ab3119
b69ab3120.stack-edit-subtree .commit {
b69ab3121 background: var(--background);
b69ab3122 margin-bottom: var(--pad);
b69ab3123 cursor: default;
b69ab3124}
b69ab3125
b69ab3126.commit-reorder-preview {
b69ab3127 opacity: 0.5;
b69ab3128}
b69ab3129
b69ab3130.stack-edit-subtree .commit:hover .stack-edit-right-side-buttons {
b69ab3131 opacity: 1;
b69ab3132}
b69ab3133
b69ab3134.drag-handle {
b69ab3135 cursor: grab;
b69ab3136 display: flex;
b69ab3137 padding: var(--button-icon-padding);
b69ab3138 touch-action: none;
b69ab3139}
b69ab3140
b69ab3141.stack-edit-spacer {
b69ab3142 margin-right: auto;
b69ab3143}