main

mattermost/focalboard

Last updated at: 29/12/2023 09:48

kanbanColumn.scss

TLDR

This file contains the styling for a Kanban board column component.

.octo-board-column {
    &.dragover {
        background-color: rgba(128, 192, 255, 0.15);
    }
}