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 {
.carousel-content {
height: auto;
}
.carousel-content a {
text-decoration: none;
}
.carousel-content a:hover {
text-decoration: underline;
}
.carousel-content a:after {
display: none !important;
}
......
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 @@
.carousel-content {
height: auto;
a{
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
a:after{
display: none !important;
}
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.31
Version: 1.0.32
*/
\ No newline at end of file
......