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,
871871
872872.ui .dropdown .scrolling .menu {
873873 border-color : var (--color-secondary );
874+ border-radius : 0 0 var (--border-radius ) var (--border-radius ) !important ;
874875}
875876
876877.color-preview {
Original file line number Diff line number Diff line change @@ -2828,9 +2828,14 @@ tbody.commit-list {
28282828 max-width : 100% ;
28292829}
28302830
2831+ .ui .dropdown .branch-selector-dropdown > .menu {
2832+ margin-top : 4px ;
2833+ }
2834+
28312835.branch-selector-dropdown .branch-dropdown-button {
28322836 margin : 0 ;
28332837 max-width : 340px ;
2838+ line-height : var (--line-height-default );
28342839}
28352840
28362841/* 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