cdd01480 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 986c0688
...@@ -19099,6 +19099,12 @@ ul.sf_date_field .sf-datepicker { ...@@ -19099,6 +19099,12 @@ ul.sf_date_field .sf-datepicker {
19099 .carousel-content { 19099 .carousel-content {
19100 height: 260px; 19100 height: 260px;
19101 } 19101 }
19102 .carousel-content a:after {
19103 display: none !important;
19104 }
19105 .carousel-content a[target=_blank]:after {
19106 display: none !important;
19107 }
19102 19108
19103 .promo-image { 19109 .promo-image {
19104 width: 340px; 19110 width: 340px;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -36,6 +36,14 @@ ...@@ -36,6 +36,14 @@
36 36
37 .carousel-content { 37 .carousel-content {
38 height: 260px; 38 height: 260px;
39 a:after{
40 display: none !important;
41 }
42 a[target=_blank]{
43 &:after {
44 display: none !important;
45 }
46 }
39 } 47 }
40 48
41 .promo-image { 49 .promo-image {
......
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
2 Theme Name: MSF CA Child 2 Theme Name: MSF CA Child
3 Author: Tenzing Communications 3 Author: Tenzing Communications
4 Template: msf-ca 4 Template: msf-ca
5 Version: 1.0.12 5 Version: 1.0.13
6 */ 6 */
...\ No newline at end of file ...\ No newline at end of file
......