File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -871,6 +871,7 @@ input:-webkit-autofill:active,
871
871
872
872
.ui .dropdown .scrolling .menu {
873
873
border-color : var (--color-secondary );
874
+ border-radius : 0 0 var (--border-radius ) var (--border-radius ) !important ;
874
875
}
875
876
876
877
.color-preview {
Original file line number Diff line number Diff line change @@ -2828,9 +2828,14 @@ tbody.commit-list {
2828
2828
max-width : 100% ;
2829
2829
}
2830
2830
2831
+ .ui .dropdown .branch-selector-dropdown > .menu {
2832
+ margin-top : 4px ;
2833
+ }
2834
+
2831
2835
.branch-selector-dropdown .branch-dropdown-button {
2832
2836
margin : 0 ;
2833
2837
max-width : 340px ;
2838
+ line-height : var (--line-height-default );
2834
2839
}
2835
2840
2836
2841
/* FIXME: These media selectors are not ideal (just keep them from old code).
You can’t perform that action at this time.
0 commit comments