Skip to content

Commit d12b7dd

Browse files
committed
[bug] fix modal button border radius
1 parent ebd8d27 commit d12b7dd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎src/css/modal.css‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,12 @@
7878
background-color: transparent;
7979
}
8080

81-
.modal-controls .modal-button:first-child{
81+
.modal-controls .modal-button:first-child,
82+
.modal-controls .modal-button:first-child:after{
8283
border-radius:000var(--theme-radius);
8384
}
8485

85-
.modal-controls .modal-button:last-child{
86+
.modal-controls .modal-button:last-child,
87+
.modal-controls .modal-button:last-child:after{
8688
border-radius:00var(--theme-radius) 0
8789
}

0 commit comments

Comments
(0)