small bug fix
This commit is contained in:
parent
10e505d968
commit
db46bc2f9a
@ -565,7 +565,6 @@ smTextarea.innerHTML = `
|
|||||||
}
|
}
|
||||||
:host{
|
:host{
|
||||||
display: grid;
|
display: grid;
|
||||||
--accent-color: #4d2588;
|
|
||||||
--text-color: 17, 17, 17;
|
--text-color: 17, 17, 17;
|
||||||
--background-color: 255, 255, 255;
|
--background-color: 255, 255, 255;
|
||||||
--danger-color: red;
|
--danger-color: red;
|
||||||
|
|||||||
@ -196,7 +196,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</sm-popup>
|
</sm-popup>
|
||||||
<!-- Create new sheet popup -->
|
<!-- Create new sheet popup -->
|
||||||
<sm-popup id="new_sheet_popup">
|
<sm-popup id="new_sheet_popup" open>
|
||||||
<header class="popup-header" slot="header">
|
<header class="popup-header" slot="header">
|
||||||
<svg class="icon" onclick="this.closest('sm-popup').hide()" viewBox="0 0 64 64">
|
<svg class="icon" onclick="this.closest('sm-popup').hide()" viewBox="0 0 64 64">
|
||||||
<title>close popup</title>
|
<title>close popup</title>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user