5edb4f8b by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent e964e5f3
...@@ -19124,6 +19124,12 @@ ul.sf_date_field .sf-datepicker { ...@@ -19124,6 +19124,12 @@ ul.sf_date_field .sf-datepicker {
19124 .carousel-content { 19124 .carousel-content {
19125 height: auto; 19125 height: auto;
19126 } 19126 }
19127 .carousel-content a {
19128 text-decoration: none;
19129 }
19130 .carousel-content a:hover {
19131 text-decoration: underline;
19132 }
19127 .carousel-content a:after { 19133 .carousel-content a:after {
19128 display: none !important; 19134 display: none !important;
19129 } 19135 }
......
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.
...@@ -38,6 +38,12 @@ ...@@ -38,6 +38,12 @@
38 38
39 .carousel-content { 39 .carousel-content {
40 height: auto; 40 height: auto;
41 a{
42 text-decoration: none;
43 }
44 a:hover{
45 text-decoration: underline;
46 }
41 a:after{ 47 a:after{
42 display: none !important; 48 display: none !important;
43 } 49 }
......
...@@ -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.31 5 Version: 1.0.32
6 */ 6 */
...\ No newline at end of file ...\ No newline at end of file
......