main

mattermost/focalboard

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

hide.scss

TLDR

This file defines the styles for the .HideIcon class, which is used to customize the appearance of a hide icon in a widget.

.HideIcon {
    fill: currentColor;
    stroke: none;
    width: 24px;
    height: 24px;
}