main

mattermost/focalboard

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

dropdown.scss

TLDR

The dropdown.scss file contains styles for the dropdown icon widget.

Classes

DropdownIcon

This class is used to style the dropdown icon widget. It sets the color to the value of --center-channel-color-rgb variable and the font size to 16 pixels.

.DropdownIcon {
    color: rgb(var(--center-channel-color-rgb));
    font-size: 16px;
}