Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI: Style tweaks to issue selection #6196

Merged
merged 3 commits into from
Feb 27, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/css/index.css

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion public/less/_repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -1583,6 +1583,10 @@
display: none;
}

#issue-actions {
margin-top: -1rem !important; // counteract padding from Semantic
}

Copy link
Member Author

@silverwind silverwind Feb 26, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The extra margin comes from Semantic's .ui .grid + .grid. I was not able to overrule their rule with a margin-top: 0 for some reason, so I went with this instead.

#issue-actions.hide {
display: none;
}
Expand All @@ -1593,7 +1597,6 @@

.issue.list {
list-style: none;
padding-top: 15px;
>.item {
padding-top: 15px;
padding-bottom: 10px;
Expand Down