main

mattermost/focalboard

Last updated at: 28/12/2023 01:35

colorOption.scss

TLDR

This file defines the styling for color options in a menu.

Classes

ColorOption

Represents the color option container in the menu. It includes the styling for the color box.

.ColorOption {
    .menu-colorbox {
        display: inline-block;
        margin-right: 8px;
        vertical-align: middle;
        width: 18px;
        height: 18px;
        border-radius: 3px;
        box-shadow: rgba(15, 15, 15, 0.1) 0 0 0 1px inset;
    }
}