diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index c05286a01..994da0dcc 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -451,7 +451,7 @@ code { &:hover, &:active, &:focus { - border-bottom: 1px dotted #fff; + border-bottom-color: transparent; color: #cf2a0e; } } diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 5f4bae0d5..98e3d9254 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -2497,7 +2497,7 @@ table { &:hover, &:active, &:focus { - border-bottom: 1px solid #cf2a0e; + border-bottom-style: solid; color: #cf2a0e; text-decoration: none; }