Skip to content

Commit 199e120

Browse files
UX: More border radius application (#32892)
1 parent bdc9539 commit 199e120

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

app/assets/stylesheets/common/base/sidebar-section-link.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
align-items: center;
2323
color: var(--d-sidebar-link-color);
2424
transition: background-color 0.25s;
25+
border-radius: var(--d-border-radius);
2526

2627
&:focus-visible,
2728
&:hover {
@@ -129,6 +130,11 @@
129130
}
130131
}
131132

133+
&.dropdown-menu__item .sidebar-section-link,
134+
.dropdown-menu__item .sidebar-section-link {
135+
border-radius: 0;
136+
}
137+
132138
.--link-button {
133139
border: none;
134140
background: inherit;

app/assets/stylesheets/common/select-kit/select-kit.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
flex-direction: column;
3838
align-items: center;
3939
justify-content: center;
40-
border-radius: 0;
40+
border-radius: var(--d-border-radius);
4141
border: 1px solid var(--primary-low);
4242
box-shadow: var(--shadow-dropdown);
4343
background: var(--secondary);

0 commit comments

Comments
 (0)