File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
app/assets/stylesheets/common Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 22
22
align-items : center ;
23
23
color : var (--d-sidebar-link-color );
24
24
transition : background-color 0.25s ;
25
+ border-radius : var (--d-border-radius );
25
26
26
27
& :focus-visible ,
27
28
& :hover {
129
130
}
130
131
}
131
132
133
+ & .dropdown-menu__item .sidebar-section-link ,
134
+ .dropdown-menu__item .sidebar-section-link {
135
+ border-radius : 0 ;
136
+ }
137
+
132
138
.--link-button {
133
139
border : none ;
134
140
background : inherit ;
Original file line number Diff line number Diff line change 37
37
flex-direction : column ;
38
38
align-items : center ;
39
39
justify-content : center ;
40
- border-radius : 0 ;
40
+ border-radius : var ( --d-border-radius ) ;
41
41
border : 1px solid var (--primary-low );
42
42
box-shadow : var (--shadow-dropdown );
43
43
background : var (--secondary );
You can’t perform that action at this time.
0 commit comments