Adds disabled style to button inside wp-block-button
This commit is contained in:
parent
35927562f2
commit
a8cd4e85b0
|
@ -107,6 +107,10 @@
|
||||||
color: var(--tainacan-interface--link-color, #298596);
|
color: var(--tainacan-interface--link-color, #298596);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
button:disabled {
|
||||||
|
pointer-events: none;
|
||||||
|
opacity: 0.55;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.wp-block-button.is-style-outline:not(.has-background-color) .btn {
|
.wp-block-button.is-style-outline:not(.has-background-color) .btn {
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue