TatoniMatteo commented on code in PR #1506:
URL: https://github.com/apache/syncope/pull/1506#discussion_r3861797293
##########
client/idrepo/console/src/main/resources/META-INF/resources/css/syncopeConsole.scss:
##########
@@ -61,6 +61,9 @@ body {
border-color: $background_console_darker;
@include shadow(inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
$background_console_darker);
}
+ .input-password {
+ border-radius: 8px 0 0 8px !important;
+ }
Review Comment:
And this is not needed either
##########
client/idrepo/console/src/main/resources/META-INF/resources/css/syncopeConsole.scss:
##########
@@ -76,6 +79,13 @@ body {
background-color: $background_console_darker!important;
}
}
+
+ &.btn-eye {
+ width: 44px;
+ height: 38px;
+ border-radius: 0 8px 8px 0;
+ }
+
Review Comment:
As a result, this is no longer necessary
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]