diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index ba749904e..27328ff92 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -478,16 +478,6 @@ code { font-size: $base-font-size; } -.verified { - color: $check; - - a { - border-bottom: 1px dotted $check; - color: $check; - font-size: rem-calc(12); - } -} - .archived { color: $text-medium; font-size: rem-calc(12);