File tree Expand file tree Collapse file tree 4 files changed +23
-11
lines changed Expand file tree Collapse file tree 4 files changed +23
-11
lines changed Original file line number Diff line number Diff line change 7
7
{{.i18n.Tr "repo.commit_graph"}}
8
8
<div class="ui icon buttons tiny color-buttons">
9
9
<div class="ui multiple selection search dropdown" id="flow-select-refs-dropdown">
10
- <input type="hidden">
10
+ <input type="hidden" name="flow" >
11
11
<i class="dropdown icon"></i>
12
- <input type="text" class="search">
13
12
<div class="default text">{{.i18n.Tr "repo.commit_graph.select"}}</div>
14
13
<div class="menu">
15
14
<div class="item" data-value="...flow-hide-pr-refs">
18
17
</span>
19
18
<!--<button id="flow-hide-pr-refs" class="ui labelled icon button {{if .HidePRRefs}} active{{end}}" title="{{.i18n.Tr "repo.commit_graph.hide_pr_refs"}}">{{svg "octicon-git-pull-request" 16 "mr-2"}}{{.i18n.Tr "repo.commit_graph.hide_pr_refs"}}</button>-->
20
19
</div>
21
- <div class="divider"></div>
22
20
{{range .AllRefs}}
23
21
{{$refGroup := .RefGroup}}
24
22
{{if eq $refGroup "pull"}}
Original file line number Diff line number Diff line change @@ -1213,6 +1213,10 @@ table th[data-sortt-desc] {
1213
1213
}
1214
1214
}
1215
1215
1216
+ .dropdown .ui.label {
1217
+ margin-left : 0 !important ;
1218
+ }
1219
+
1216
1220
.text-label {
1217
1221
display : inline-flex !important ;
1218
1222
align-items : center !important ;
Original file line number Diff line number Diff line change 24
24
}
25
25
26
26
#flow-select-refs-dropdown {
27
- vertical-align : top ;
28
- height : 36.8438px ;
29
- max-height : 36.8438px ;
30
- min-width : 250px ;
31
27
border-top-right-radius : 0 ;
32
28
border-bottom-right-radius : 0 ;
33
-
34
- div .default.text {
35
- padding-top : 6.715px ;
36
- }
29
+ min-width : 250px ;
30
+ border-right : none ;
37
31
38
32
.ui.label {
39
33
max-width : 180px ;
34
+ display : inline-flex !important ;
35
+ align-items : center ;
40
36
41
37
.truncate {
42
38
display : inline-block ;
47
43
white-space : nowrap ;
48
44
}
49
45
}
46
+
47
+ .dropdown.icon {
48
+ display : none ;
49
+ }
50
50
}
51
51
52
52
li {
Original file line number Diff line number Diff line change @@ -393,6 +393,10 @@ body {
393
393
color : #9e9e9e ;
394
394
}
395
395
396
+ input {
397
+ color : #dbdbdb ;
398
+ }
399
+
396
400
/* firefox scroll bars */
397
401
398
402
* {
@@ -1590,6 +1594,12 @@ a.blob-excerpt:hover {
1590
1594
color : #dbdbdb ;
1591
1595
}
1592
1596
1597
+ .ui.active.label {
1598
+ background : #393d4a ;
1599
+ border-color : #393d4a ;
1600
+ color : #dbdbdb ;
1601
+ }
1602
+
1593
1603
a .ui.label :hover ,
1594
1604
a .ui.labels .label :hover {
1595
1605
background-color : #505667 !important ;
You can’t perform that action at this time.
0 commit comments