From 9e7d5bb7a0fbdb9f29c025dced6a7d79aaec1a18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=95=E3=83=A9=E3=82=B8=08=E3=83=BC=E3=82=AF=E3=83=BB?= =?UTF-8?q?=E3=83=A9=E3=82=B8=E3=83=A0?= Date: Sun, 19 May 2024 20:40:37 +0200 Subject: [PATCH] Fix css for custom logout btn (#142) Due to shinymanager handling of logout buttons, we have two elements with the same id, so I had to add a class specification to keep the default hidden but display the custom --- DESCRIPTION | 2 +- inst/app/www/custom.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 267f889..2b9e56b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: requal Title: Shiny Application for Computer-Assisted Qualitative Data Analysis -Version: 1.1.2 +Version: 1.1.2.9001 Authors@R: c( person(given = "Radim", diff --git a/inst/app/www/custom.css b/inst/app/www/custom.css index af592cf..4fb3fa4 100644 --- a/inst/app/www/custom.css +++ b/inst/app/www/custom.css @@ -138,7 +138,7 @@ width: 100% !important; .mfb-component--bl { display: none; } -#\.shinymanager_logout { +#\.shinymanager_logout.mfb-component__button--child { display: none; } #\.shinymanager_admin {