We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb5aef commit 0fc9fd0Copy full SHA for 0fc9fd0
src/atcb-init.js
@@ -223,9 +223,7 @@ if (atcbIsBrowser()) {
223
this.classList.add('add-to-calendar');
224
// build
225
try {
226
- this.style.visibility = 'visible';
227
- this.style.opacity = '1';
228
- this.style.position = 'relative';
+ this.setAttribute('style', 'visibility:visible;opacity:1;position:relative;outline:none !important;');
229
await atcb_build_button(this.shadowRoot, this.data);
230
return true;
231
} catch (e) {
0 commit comments