Skip to content

Commit 6603045

Browse files
authored
Better styling for code review comment textarea (#11428)
* Better styling for code review comment textarea * align tabular menu with textarea * border around active tab instead of textarea * border radius * use .28571429rem
1 parent 0052d78 commit 6603045

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

web_src/less/_review.less

+12-5
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,19 @@
6666
border: 0;
6767
}
6868

69-
.ui.attached.tabular.menu {
70-
background: #f7f7f7;
69+
.ui.active.tab {
7170
border: 1px solid #d4d4d5;
72-
padding-top: 5px;
73-
padding-left: 5px;
74-
margin-top: 0;
71+
padding: .5em;
72+
border-radius: 0 .28571429rem .28571429rem .28571429rem;
73+
}
74+
75+
.ui.active.markdown.tab {
76+
border-top-left-radius: .28571429rem;
77+
}
78+
79+
.ui.tabular.menu {
80+
margin-bottom: 0;
81+
border-bottom: 0;
7582
}
7683

7784
.comment-list {

0 commit comments

Comments
 (0)