From a3722040d4cf9704124c2d72f0a5a858b62b6265 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sun, 10 Aug 2025 21:52:27 +0300 Subject: [PATCH] Reset colors of English language name underlines --- app/assets/stylesheets/common.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 14f6f77df..d9a0bb4d3 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -201,6 +201,10 @@ body.small-nav { .native_name small { font-size: 10px; } + + &:hover .english_name { + text-decoration: underline; + } } } -- 2.39.5