Merge pull request #10658 from overleaf/mf-fix-plans-v2-button-hover-color

Fix specific button color being overridden by default styling

GitOrigin-RevId: 103ae4b99adb5706089b9fd85b73a603be974450
This commit is contained in:
Davinder Singh 2022-11-25 10:42:32 +00:00 committed by Copybot
parent 31c503be2d
commit b84824776a

View file

@ -72,7 +72,7 @@
&.active {
background-color: @ol-blue-gray-4;
a {
a.btn-default-outline {
color: @white;
}
}