Skip to content

Commit 1c099b9

Browse files
CSS Class Names: Change name .clone.dropdown to .clone-panel-content
1 parent 200373e commit 1c099b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/repo/clone_panel.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="menu gt-mt-3 clone dropdown">
1+
<div class="menu gt-mt-3 clone-panel-content">
22
<div class="ui input">
33
{{svg "octicon-terminal" 16}}
44
<strong id="clone-heading" class="gt-ml-3">Clone</strong>

web_src/less/_repository.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
font-size: 1rem;
198198
}
199199

200-
.clone.dropdown::before {
200+
.clone-panel-content::before {
201201
content: "";
202202

203203
left: auto;

0 commit comments

Comments
 (0)