# tableberg/1.1.5/src/blocks/button/button-element-hover.scss

Tableberg – Simple Gutenberg Table Block, version 1.1.5. 11 lines.

- Page: https://pluginprobe.com/plugins/tableberg/1.1.5/code/src/blocks/button/button-element-hover.scss
- Raw: https://pluginprobe.com/plugins/tableberg/1.1.5/raw/src/blocks/button/button-element-hover.scss
- Modified: 2026-09-16T03:30:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/tableberg/1.1.5/code/src/blocks/button/button-element-hover.scss#L10-L20`.

```scss
.wp-block-button__link.wp-element-button {
    background: var(--tableberg-button-background-color);
    color: var(--tableberg-button-text-color);

    &:hover,
    &:focus {
        background: var(--tableberg-button-hover-background-color);
        color: var(--tableberg-button-text-hover-color);
    }
}

```
