Skip to content

Commit 5991ed0

Browse files
important enroll color on hover (#2250)
* important enroll color on hover * update
1 parent 5775ef4 commit 5991ed0

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

frontend/public/scss/common.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ a.link-button {
102102
&:hover {
103103
opacity: 1;
104104
border: 1px solid $brand-darker-bg;
105-
color: $brand-darker-bg;
105+
color: $brand-darker-bg !important;
106106
background: linear-gradient(174deg, $tile-background, $tile-background) !important;
107107
}
108108

frontend/public/scss/product-page/product-details.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -298,10 +298,6 @@ body.new-design {
298298
opacity: 1;
299299
}
300300

301-
button.btn-enrollment-button:hover {
302-
color: $brand-darker-bg;
303-
}
304-
305301
.enrollment-info-box, .program-info-box {
306302
margin: 10px 0;
307303
padding: 0;

0 commit comments

Comments
 (0)