Skip to content

Commit 2d6136c

Browse files
committed
chore: add border style default to Example / Collapse button
1 parent 2fa9367 commit 2d6136c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/uikit-workshop/src/sass/scss/04-components/_pattern.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
font-family: $pl-font;
8282
border-color: #ddd;
8383
border-width: 1px; // fix for different browser defaults
84+
border-style: solid; // fix for different browser defaults (ex. Safari)
8485
display: flex;
8586
align-items: center;
8687

0 commit comments

Comments
 (0)