Skip to content

Commit

Permalink
Fix css for custom logout btn (#142)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
hlageek committed May 19, 2024
1 parent 4d105d6 commit 9e7d5bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion inst/app/www/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ width: 100% !important;
.mfb-component--bl {
display: none;
}
#\.shinymanager_logout {
#\.shinymanager_logout.mfb-component__button--child {
display: none;
}
#\.shinymanager_admin {
Expand Down

0 comments on commit 9e7d5bb

Please sign in to comment.