From 5bb2d3c2f12e183c940fd927171260ad139a8175 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Mon, 19 Feb 2024 14:21:41 +0100 Subject: [PATCH] Bigger highlight on navigation buttons --- TangerineUI-cherry.css | 8 ++++---- TangerineUI-purple.css | 8 ++++---- TangerineUI.css | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index c3460c2..973c417 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -3561,15 +3561,15 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .column-link--transparent span::before { content: " "; - left: -48px; + left: -52px; background-color: transparent; transition: .3s background-color; - top: -13px; + top: -14px; right: -16px; position: absolute; - border-radius: 8px; + border-radius: 50px; z-index: -1; - bottom: -13px; + bottom: -14px; } .app-body .column-link--transparent:hover span::before { background-color: var(--color-accent-bg); diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index eef85b3..603f539 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -3561,15 +3561,15 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .column-link--transparent span::before { content: " "; - left: -48px; + left: -52px; background-color: transparent; transition: .3s background-color; - top: -13px; + top: -14px; right: -16px; position: absolute; - border-radius: 8px; + border-radius: 50px; z-index: -1; - bottom: -13px; + bottom: -14px; } .app-body .column-link--transparent:hover span::before { background-color: var(--color-accent-bg); diff --git a/TangerineUI.css b/TangerineUI.css index fc84bbc..8fd150e 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -3561,15 +3561,15 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .column-link--transparent span::before { content: " "; - left: -48px; + left: -52px; background-color: transparent; transition: .3s background-color; - top: -13px; + top: -14px; right: -16px; position: absolute; - border-radius: 8px; + border-radius: 50px; z-index: -1; - bottom: -13px; + bottom: -14px; } .app-body .column-link--transparent:hover span::before { background-color: var(--color-accent-bg);