Skip to content

Commit 79f3c6e

Browse files
authored
fix: Uncomfortable border radius of download links (#5346)
1 parent a680f97 commit 79f3c6e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

styles/page-modules/_download.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
display: flex;
3232
list-style: none;
3333
margin: 0;
34+
overflow: hidden;
3435
text-align: center;
3536
}
3637

@@ -42,6 +43,7 @@
4243

4344
a {
4445
background: $light-green;
46+
border-radius: 0 !important;
4547
color: $active-green;
4648
display: block;
4749
padding-top: 1em;
@@ -74,6 +76,8 @@
7476
}
7577

7678
.download-version-toggle {
79+
border-top-left-radius: 5px;
80+
border-top-right-radius: 5px;
7781
display: flex;
7882
flex-wrap: nowrap;
7983

@@ -105,6 +109,8 @@
105109
}
106110

107111
.download-platform {
112+
border-bottom-left-radius: 5px;
113+
border-bottom-right-radius: 5px;
108114
border-top: 2px solid $node-green;
109115
}
110116
}

0 commit comments

Comments
 (0)