.wp-block-button.is-style-outline .wp-element-button { box-shadow: var(--outline-button-box-shadow); } .wp-block-button.is-style-outline .wp-element-button:hover { color: var(--outline-button-hover-color); background-color: var(--outline-button-hover-background-color); box-shadow: var(--outline-button-hover-box-shadow); border-color: var(--outline-button-hover-background-color); } .wp-element-button .brandy-loader { width: 1rem; height: 1rem; border-top-color: currentColor; border-left-color: currentColor; border-right-color: currentColor; align-self: center; margin-left: 7px; } .wp-element-button[disabled], .wp-element-button.disabled, .wp-element-button.disabled:hover, .wp-element-button[disabled]:hover { background: #eee; color: #c4c4c4; border-color: #eee; cursor: not-allowed; box-shadow: none; }