From 09726a6531a2456ff59b8987727f53e4c4e5ccae Mon Sep 17 00:00:00 2001 From: Varya Stepanova Date: Mon, 20 Jul 2015 16:48:46 +0300 Subject: [PATCH] Make navigation links for a fullscreen view the same when visited and not --- lib/app/sass/app.scss | 7 +++++++ lib/app/views/element-fullscreen.html | 10 ++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/lib/app/sass/app.scss b/lib/app/sass/app.scss index 601ff431..de10f1fe 100644 --- a/lib/app/sass/app.scss +++ b/lib/app/sass/app.scss @@ -1190,6 +1190,13 @@ Styleguide 4.4 float: left; cursor: pointer; } + .sg-navigation-link, + .sg-navigation-link:link, + .sg-navigation-link:visited + { + color: $default-action-color; + text-decoration: none; + } } .sg.disconnection-icon { diff --git a/lib/app/views/element-fullscreen.html b/lib/app/views/element-fullscreen.html index 60bab5da..9ee41176 100644 --- a/lib/app/views/element-fullscreen.html +++ b/lib/app/views/element-fullscreen.html @@ -1,8 +1,14 @@
- + - +