Defect #37390 » Improve_issue_header_text_selection.patch
app/views/issues/show.html.erb (revision d3de4933b5235f9b1b2b7a380e9ddb12617866b6) → app/views/issues/show.html.erb (date 1673427730473) | ||
---|---|---|
1 | 1 |
<%= render :partial => 'action_menu' %> |
2 | 2 | |
3 |
<h2 class="inline-flex"><%= issue_heading(@issue) %></h2> |
|
4 |
<%= issue_status_type_badge(@issue.status) %> |
|
3 |
<h2 class="inline-block"><%= issue_heading(@issue) %></h2><%= issue_status_type_badge(@issue.status) %> |
|
5 | 4 |
<% if @issue.is_private? %> |
6 | 5 |
<span class="badge badge-private private"><%= l(:field_is_private) %></span> |
7 | 6 |
<% end %> |
public/stylesheets/application.css (revision d3de4933b5235f9b1b2b7a380e9ddb12617866b6) → public/stylesheets/application.css (date 1673427730489) | ||
---|---|---|
144 | 144 | |
145 | 145 |
.mobile-show {display: none;} |
146 | 146 |
.hidden {display: none;} |
147 |
.inline-block {display: inline-block;} |
|
147 | 148 |
.inline-flex {display: inline-flex;} |
148 | 149 | |
149 | 150 |
/***** Links *****/ |
... | ... | |
1499 | 1500 |
border-radius: 2px; |
1500 | 1501 |
text-transform: uppercase; |
1501 | 1502 |
text-decoration: none; |
1503 |
user-select: none; |
|
1502 | 1504 |
} |
1503 | 1505 |
.badge-private { |
1504 | 1506 |
background: #d22; |
- « Previous
- 1
- 2
- Next »