We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79282e5 commit bd1bf2fCopy full SHA for bd1bf2f
src/modals/main/main.ts
@@ -18,7 +18,7 @@ import { style, button } from './style.css';
18
</style>
19
<div class="container" @scroll=${(e) => this.modalService.setScrollWidth(e.currentTarget.scrollTop)}>
20
<div class="dialog">
21
- <button @click=${() => this.close()}>
+ <button class="close-button" @click=${() => this.close()}>
22
${svg`
23
<svg width="14" height="14" viewBox="0 0 14 14">
24
<line fill="none" stroke="#666" stroke-width="1.1" x1="1" y1="1" x2="13" y2="13"></line>
src/modals/main/style.css.ts
@@ -62,7 +62,7 @@ export const style = css`
62
text-transform: none;
63
}
64
65
- button {
+ .close-button {
66
position: absolute;
67
z-index: 1010;
68
top: 10px;
0 commit comments