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

Better styling for code review comment textarea #11428

Merged
merged 7 commits into from May 16, 2020
Merged
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 12 additions & 5 deletions web_src/less/_review.less
Expand Up @@ -66,12 +66,19 @@
border: 0;
}

.ui.attached.tabular.menu {
background: #f7f7f7;
.ui.active.tab {
border: 1px solid #d4d4d5;
padding-top: 5px;
padding-left: 5px;
margin-top: 0;
padding: .5em;
border-radius: 0 .28rem .28rem .28rem;
}

.ui.active.markdown.tab {
border-top-left-radius: .28rem;
}

.ui.tabular.menu {
margin-bottom: 0;
border-bottom: 0;
}

.comment-list {
Expand Down