diff --git a/static/saone-et-loire-cd71-2019/_custom.scss b/static/saone-et-loire-cd71-2019/_custom.scss index f4695b57..5c552fe5 100644 --- a/static/saone-et-loire-cd71-2019/_custom.scss +++ b/static/saone-et-loire-cd71-2019/_custom.scss @@ -3,6 +3,21 @@ box-shadow: none; font-weight: bold; text-transform: uppercase; + &:hover { + box-shadow: none; + } +} + +%cancel-button { + @extend %cancel-button; + background: white; + border: 1px solid #ccc; + color: #666; + font-weight: normal; + &:hover { + background: #eee; + color: #666; + } } #footer-wrapper { @@ -189,13 +204,6 @@ div#rub_service { -ms-order: 2; order: 2; } - .cancel-button button { - background: white; - border: 1px solid #ccc; - color: #666; - box-shadow: none; - font-weight: normal; - } .savedraft-button { display: none; }