This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new 70d7737365 Fix close button double icon (#1441)
70d7737365 is described below
commit 70d7737365dedb1c85c6c52d90969fd05e8686f9
Author: Matteo Tatoni <[email protected]>
AuthorDate: Sat Jun 27 07:30:29 2026 +0200
Fix close button double icon (#1441)
---
.../main/resources/META-INF/resources/ui-commons/css/syncopeUI.scss | 4 ++++
1 file changed, 4 insertions(+)
diff --git
a/client/idrepo/common-ui/src/main/resources/META-INF/resources/ui-commons/css/syncopeUI.scss
b/client/idrepo/common-ui/src/main/resources/META-INF/resources/ui-commons/css/syncopeUI.scss
index 5021748816..ee108e97a1 100644
---
a/client/idrepo/common-ui/src/main/resources/META-INF/resources/ui-commons/css/syncopeUI.scss
+++
b/client/idrepo/common-ui/src/main/resources/META-INF/resources/ui-commons/css/syncopeUI.scss
@@ -1303,6 +1303,10 @@ select[name=rowsChooser] {
background-color: #ffffff!important;
}
+.btn-close{
+ background: transparent;
+}
+
@media screen and (max-width: 500px) {
.realm-choice #realm-choice-field{
width: 100%;