From 8069c71c55c1ddef101622221f6d9677a91028c8 Mon Sep 17 00:00:00 2001 From: hippoz Date: Thu, 6 May 2021 04:12:39 +0300 Subject: [PATCH] handle button active class --- templates/custom/header.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/custom/header.tmpl b/templates/custom/header.tmpl index 5a310d6..7815e3d 100644 --- a/templates/custom/header.tmpl +++ b/templates/custom/header.tmpl @@ -201,7 +201,7 @@ background-color: var(--hover-bg-color); } - .button-selected, .button.selected, .button-default.selected { + .button-selected, .button.active, .button-default.active { color: var(--accent-bg-color); background-color: var(--selected-bg-color);