diff --git a/app/assets/stylesheets/layout/remote_translations_button.scss b/app/assets/stylesheets/layout/remote_translations_button.scss index 9af0e765c..5e796f274 100644 --- a/app/assets/stylesheets/layout/remote_translations_button.scss +++ b/app/assets/stylesheets/layout/remote_translations_button.scss @@ -5,14 +5,9 @@ padding: rem-calc(6); [type="submit"] { - @include brand-color; + @include link; background: none; border: 0; - cursor: pointer; font-weight: bold; - - &:hover { - text-decoration: underline; - } } }