addons/isl/src/ComparisonView/SplitDiffView/copyFromSelectedColumn.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.single-column-selection-table.selected-column-0 td:not([data-column='0']) {
b69ab319 user-select: none;
b69ab3110}
b69ab3111.single-column-selection-table.selected-column-1 td:not([data-column='1']) {
b69ab3112 user-select: none;
b69ab3113}
b69ab3114.single-column-selection-table.selected-column-2 td:not([data-column='2']) {
b69ab3115 user-select: none;
b69ab3116}
b69ab3117.single-column-selection-table.selected-column-3 td:not([data-column='3']) {
b69ab3118 user-select: none;
b69ab3119}
b69ab3120/* ...you could keep going if you have more columns... */