Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
ffb1ec97
Commit
ffb1ec97
authored
Jun 14, 2016
by
cahrens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't hide spans within ui-btn-non class.
TNL-4799
parent
0431bacb
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
10 deletions
+6
-10
cms/templates/js/certificate-details.underscore
+1
-1
cms/templates/js/content-group-details.underscore
+2
-2
cms/templates/js/group-configuration-details.underscore
+2
-2
cms/templates/js/show-textbook.underscore
+1
-1
common/static/sass/_mixins.scss
+0
-4
No files found.
cms/templates/js/certificate-details.underscore
View file @
ffb1ec97
...
...
@@ -64,7 +64,7 @@
<button class="edit"><span class="icon fa fa-pencil" aria-hidden="true"></span> <%- gettext("Edit") %></button>
</li>
<li class="action action-delete wrapper-delete-button" data-tooltip="<%- gettext('Delete') %>">
<button class="delete action-icon"
><span class="icon fa fa-trash-o" aria-hidden="true"></span><span><%- gettext("Delete") %
></span></button>
<button class="delete action-icon"
title="<%- gettext('Delete') %>"><span class="icon fa fa-trash-o" aria-hidden="true"
></span></button>
</li>
<% } %>
</ul>
...
...
cms/templates/js/content-group-details.underscore
View file @
ffb1ec97
...
...
@@ -28,11 +28,11 @@
</li>
<% if (_.isEmpty(usage)) { %>
<li class="action action-delete wrapper-delete-button" data-tooltip="<%- gettext('Delete') %>">
<button class="delete action-icon"
><span class="icon fa fa-trash-o" aria-hidden="true"></span><span><%- gettext("Delete") %
></span></button>
<button class="delete action-icon"
title="<%- gettext('Delete') %>"><span class="icon fa fa-trash-o" aria-hidden="true"
></span></button>
</li>
<% } else { %>
<li class="action action-delete wrapper-delete-button" data-tooltip="<%- gettext('Cannot delete when in use by a unit') %>">
<button class="delete action-icon is-disabled" aria-disabled="true" disabled="disabled"
><span class="icon fa fa-trash-o" aria-hidden="true"></span><span><%- gettext("Delete") %
></span></button>
<button class="delete action-icon is-disabled" aria-disabled="true" disabled="disabled"
title="<%- gettext('Delete') %>"><span class="icon fa fa-trash-o" aria-hidden="true"
></span></button>
</li>
<% } %>
</ul>
...
...
cms/templates/js/group-configuration-details.underscore
View file @
ffb1ec97
...
...
@@ -46,11 +46,11 @@
</li>
<% if (_.isEmpty(usage)) { %>
<li class="action action-delete wrapper-delete-button">
<button class="delete action-icon"
><span class="icon fa fa-trash-o" aria-hidden="true"></span><span><%- gettext("Delete") %
></span></button>
<button class="delete action-icon"
title="<%- gettext('Delete') %>"><span class="icon fa fa-trash-o" aria-hidden="true"
></span></button>
</li>
<% } else { %>
<li class="action action-delete wrapper-delete-button" data-tooltip="<%- gettext('Cannot delete when in use by an experiment') %>">
<button class="delete action-icon is-disabled" aria-disabled="true" aria-hidden="true"
><span class="icon fa fa-trash-o"></span><span><%- gettext("Delete") %
></span></button>
<button class="delete action-icon is-disabled" aria-disabled="true" aria-hidden="true"
title="<%- gettext('Delete') %>"><span class="icon fa fa-trash-o"
></span></button>
</li>
<% } %>
</ul>
...
...
cms/templates/js/show-textbook.underscore
View file @
ffb1ec97
...
...
@@ -40,7 +40,7 @@
<button class="edit"><%- gettext("Edit") %></button>
</li>
<li class="action action-delete">
<button class="delete action-icon"
><span class="icon fa fa-trash-o" aria-hidden="true"></span><span><%- gettext("Delete") %
></span></button>
<button class="delete action-icon"
title="<%- gettext('Delete') %>"><span class="icon fa fa-trash-o" aria-hidden="true"
></span></button>
</li>
</ul>
...
...
common/static/sass/_mixins.scss
View file @
ffb1ec97
...
...
@@ -313,10 +313,6 @@
background-color
:
$gray-l1
;
color
:
$white
;
}
span
{
@extend
%cont-text-sr
;
}
}
// button with no button shell until hover for understated actions
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment