Skip to content

Commit

Permalink
fix (connect): cleanup css in connect page
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-kerjean committed Apr 5, 2024
1 parent fd51c3f commit 8bf5a88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
4 changes: 2 additions & 2 deletions public/assets/css/designsystem_input.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
border-bottom: 2px solid rgba(70, 99, 114, 0.1);
transition: border-color 0.2s ease-out;
}
.component_input:focus, .component_select:focus {
border-color: var(--emphasis-primary);
.component_input:focus, .component_select:focus, .component_input:focus ~ component-icon img {
border-color: var(--emphasis-primary)!important;
}

input.component_input[readonly], textarea.component_textarea[readonly] {
Expand Down
14 changes: 2 additions & 12 deletions public/assets/pages/connectpage/ctrl_form.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
background: white;
}
.component_page_connection_form .formbuilder:not(:empty) {
margin: 5px 0 10px 0;
}
.component_page_connection_form div.buttons {
display: flex;
margin: 0px 0px 15px 0px;
Expand All @@ -27,15 +24,6 @@
transition: box-shadow 0.2s;
box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
}
.component_page_connection_form .formBody form .formbuilder {
animation-name: PageConnectionFormBody;
opacity: 0;
animation-duration: 0.25s;
animation-fill-mode: forwards;
}
.component_page_connection_form form {
padding-top: 5px;
}
.component_page_connection_form form label {
font-style: italic;
font-size: 0.9em;
Expand All @@ -49,11 +37,13 @@
.component_page_connection_form form .advanced_form {
max-height: 156px;
margin-top: 5px;
margin-bottom: 5px;
padding-right: 10px;
}
.component_page_connection_form form button.emphasis {
color: white;
text-transform: uppercase;
margin-top: 5px;
}

.component_page_connection_form form .third-party {
Expand Down

0 comments on commit 8bf5a88

Please sign in to comment.