.#{$prefix}colorpicker-button {
    position: relative;
    border: 1px solid gray;
    background-image: theme-background-image('colorpick/checkerboard', 'png');

    .#{$prefix}colorbutton-filter-el {
        height: 100%;
        position: absolute;
        width: 100%
    }
    
    .#{$prefix}colorbutton-btn-el {
        height: 100%;
        position: absolute;
        width: 100%
    }
}
