[damned-lies/develop] fix: remove unwanted css class
- From: Guillaume Bernard <gbernard src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies/develop] fix: remove unwanted css class
- Date: Thu, 6 Oct 2022 11:08:55 +0000 (UTC)
commit 667462ad52d811c76264a73571296b1f50ee98e1
Author: Guillaume Bernard <associations guillaume-bernard fr>
Date: Thu Oct 6 13:08:49 2022 +0200
fix: remove unwanted css class
common/static/css/gnome.css | 8 --------
templates/login/login_user_menu_large_screens.html | 2 +-
templates/login/login_user_menu_small_screens.html | 2 +-
3 files changed, 2 insertions(+), 10 deletions(-)
---
diff --git a/common/static/css/gnome.css b/common/static/css/gnome.css
index 56595c31..fc48022c 100644
--- a/common/static/css/gnome.css
+++ b/common/static/css/gnome.css
@@ -28,11 +28,3 @@ div#navbar-user-menu-dropdown > a:active {
a.navbar-brand > img {
margin-bottom: 3px;
}
-
-.nav-link-dl-app {
- margin-bottom: 3px;
-}
-
-.nav-link-dl-app.active {
- margin-bottom: 0;
-}
diff --git a/templates/login/login_user_menu_large_screens.html
b/templates/login/login_user_menu_large_screens.html
index ed485fc9..97b76a58 100644
--- a/templates/login/login_user_menu_large_screens.html
+++ b/templates/login/login_user_menu_large_screens.html
@@ -8,7 +8,7 @@
</a>
{% else %}
<a id="navbar-user-menu" href="#"
- class="nav-link nav-link-dl-app dropdown-toggle text-white"
+ class="nav-link dropdown-toggle text-white"
role="button" data-bs-toggle="dropdown" aria-expanded="false">
{% trans "Log in" %}
</a>
diff --git a/templates/login/login_user_menu_small_screens.html
b/templates/login/login_user_menu_small_screens.html
index 89e8348a..4b2a45e2 100644
--- a/templates/login/login_user_menu_small_screens.html
+++ b/templates/login/login_user_menu_small_screens.html
@@ -8,7 +8,7 @@
</a>
{% else %}
<a id="navbar-user-menu" href="#"
- class="nav-link nav-link-dl-app dropdown-toggle text-white"
+ class="nav-link dropdown-toggle text-white"
role="button" data-bs-toggle="dropdown" aria-expanded="false">
<img class="rounded-circle" src="{% static 'img/avatar-default.svg' %}"
alt="GNOME - Damned Lies">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]