From 8daf78dfc6f473e6111dc09ce84094fccd4b8c77 Mon Sep 17 00:00:00 2001 From: Arnaud Rebillout Date: Sun, 26 Jul 2020 23:46:16 +0700 Subject: [PATCH] Finish to rename nav-item to social-item ... due to previous commit --- static/css/hyde.css | 12 ++++++------ templates/sidebar.html | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/static/css/hyde.css b/static/css/hyde.css index ec0b9b6..53066f9 100644 --- a/static/css/hyde.css +++ b/static/css/hyde.css @@ -106,7 +106,7 @@ html { justify-content: center; align-items: center; } -.sidebar-nav-item { +.sidebar-social-item { display: block; padding: .25rem 0.5rem; background: #fff2; @@ -118,17 +118,17 @@ html { float: left; width: 17%; } -a.sidebar-nav-item:hover, -a.sidebar-nav-item:focus { +a.sidebar-social-item:hover, +a.sidebar-social-item:focus { background: #0001; text-decoration: none; } -.sidebar-nav-item.active { +.sidebar-social-item.active { color: #0001; background: #fff; } -a.sidebar-nav-item.active:hover, -a.sidebar-nav-item.active:focus { +a.sidebar-social-item.active:hover, +a.sidebar-social-item.active:focus { color: #fff; } diff --git a/templates/sidebar.html b/templates/sidebar.html index 4ae6d0f..0e75afd 100644 --- a/templates/sidebar.html +++ b/templates/sidebar.html @@ -29,7 +29,7 @@