From e28e4babcfbb8246d9d93f23bd2f3ec156e0ecd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Fri, 8 Apr 2022 17:00:44 +0300 Subject: [PATCH 1/3] fix news link --- src/AppNews.vue | 2 +- src/assets/styles/app/_news.scss | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/AppNews.vue b/src/AppNews.vue index 439d7645b..b664cf28b 100644 --- a/src/AppNews.vue +++ b/src/AppNews.vue @@ -3,7 +3,7 @@
{{$appState.announcement.content}} - {{$appState.announcement.linkText}} + {{$appState.announcement.linkText}}
diff --git a/src/assets/styles/app/_news.scss b/src/assets/styles/app/_news.scss index 62b0f4336..2d7b0d005 100644 --- a/src/assets/styles/app/_news.scss +++ b/src/assets/styles/app/_news.scss @@ -27,6 +27,16 @@ line-height: 1.5; } + .layout-news-link, + .layout-news-link:visited, + .layout-news-link:active { + color:#ffffff; + font-weight:700; + } + .layout-news-link:hover { + text-decoration: underline; + } + .layout-news-close { line-height: 1.5; cursor: pointer; From d01a91590ec6b7308e5a5201096e238488847246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Fri, 8 Apr 2022 17:00:53 +0300 Subject: [PATCH 2/3] Revert "fix news link" This reverts commit e28e4babcfbb8246d9d93f23bd2f3ec156e0ecd4. --- src/AppNews.vue | 2 +- src/assets/styles/app/_news.scss | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/src/AppNews.vue b/src/AppNews.vue index b664cf28b..439d7645b 100644 --- a/src/AppNews.vue +++ b/src/AppNews.vue @@ -3,7 +3,7 @@
{{$appState.announcement.content}} - {{$appState.announcement.linkText}} + {{$appState.announcement.linkText}}
diff --git a/src/assets/styles/app/_news.scss b/src/assets/styles/app/_news.scss index 2d7b0d005..62b0f4336 100644 --- a/src/assets/styles/app/_news.scss +++ b/src/assets/styles/app/_news.scss @@ -27,16 +27,6 @@ line-height: 1.5; } - .layout-news-link, - .layout-news-link:visited, - .layout-news-link:active { - color:#ffffff; - font-weight:700; - } - .layout-news-link:hover { - text-decoration: underline; - } - .layout-news-close { line-height: 1.5; cursor: pointer; From c7a51e384bb28c0ceb3e4a97da234f60c8cd66f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Fri, 8 Apr 2022 17:01:34 +0300 Subject: [PATCH 3/3] fix news link --- src/AppNews.vue | 2 +- src/assets/styles/app/_news.scss | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/AppNews.vue b/src/AppNews.vue index 439d7645b..b664cf28b 100644 --- a/src/AppNews.vue +++ b/src/AppNews.vue @@ -3,7 +3,7 @@
{{$appState.announcement.content}} - {{$appState.announcement.linkText}} + {{$appState.announcement.linkText}}
diff --git a/src/assets/styles/app/_news.scss b/src/assets/styles/app/_news.scss index 62b0f4336..2d7b0d005 100644 --- a/src/assets/styles/app/_news.scss +++ b/src/assets/styles/app/_news.scss @@ -27,6 +27,16 @@ line-height: 1.5; } + .layout-news-link, + .layout-news-link:visited, + .layout-news-link:active { + color:#ffffff; + font-weight:700; + } + .layout-news-link:hover { + text-decoration: underline; + } + .layout-news-close { line-height: 1.5; cursor: pointer;