From ffb1ec97bd08f4f847c279cf6385615f3beb5ce6 Mon Sep 17 00:00:00 2001 From: cahrens Date: Tue, 14 Jun 2016 11:28:35 -0400 Subject: [PATCH] Don't hide spans within ui-btn-non class. TNL-4799 --- cms/templates/js/certificate-details.underscore | 2 +- cms/templates/js/content-group-details.underscore | 4 ++-- cms/templates/js/group-configuration-details.underscore | 4 ++-- cms/templates/js/show-textbook.underscore | 2 +- common/static/sass/_mixins.scss | 4 ---- 5 files changed, 6 insertions(+), 10 deletions(-) diff --git a/cms/templates/js/certificate-details.underscore b/cms/templates/js/certificate-details.underscore index bafde8f25f..a09a3baf89 100644 --- a/cms/templates/js/certificate-details.underscore +++ b/cms/templates/js/certificate-details.underscore @@ -64,7 +64,7 @@
  • - +
  • <% } %> diff --git a/cms/templates/js/content-group-details.underscore b/cms/templates/js/content-group-details.underscore index a25fa42c1a..041439f7e4 100644 --- a/cms/templates/js/content-group-details.underscore +++ b/cms/templates/js/content-group-details.underscore @@ -28,11 +28,11 @@ <% if (_.isEmpty(usage)) { %>
  • - +
  • <% } else { %>
  • - +
  • <% } %> diff --git a/cms/templates/js/group-configuration-details.underscore b/cms/templates/js/group-configuration-details.underscore index eeae606a35..d6e989bab8 100644 --- a/cms/templates/js/group-configuration-details.underscore +++ b/cms/templates/js/group-configuration-details.underscore @@ -46,11 +46,11 @@ <% if (_.isEmpty(usage)) { %>
  • - +
  • <% } else { %>
  • - +
  • <% } %> diff --git a/cms/templates/js/show-textbook.underscore b/cms/templates/js/show-textbook.underscore index 99cf4c84a5..1c01997d1f 100644 --- a/cms/templates/js/show-textbook.underscore +++ b/cms/templates/js/show-textbook.underscore @@ -40,7 +40,7 @@
  • - +
  • diff --git a/common/static/sass/_mixins.scss b/common/static/sass/_mixins.scss index cf781c3b50..ef8a098974 100644 --- a/common/static/sass/_mixins.scss +++ b/common/static/sass/_mixins.scss @@ -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