Skip to content

Commit

Permalink
Merge pull request #790 from CityOfBoston/DIG-4807
Browse files Browse the repository at this point in the history
DIG-5596 Fix styling for visited button links in CK Editor
  • Loading branch information
subaha-cob authored Jan 14, 2025
2 parents fa45385 + 3e174db commit c24f0c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion stylesheets/components/form/_button.styl
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,7 @@

#content a.btn:link, #content a.button:link, .main a.button:link, #content .button a:link
text-decoration: none
background-image: none
background-image: none

#content a.btn:visited, #content a.button:visited, .main a.button:visited, #content .button a:visited
color: #fff

0 comments on commit c24f0c8

Please sign in to comment.