Skip to content

Commit

Permalink
add focus style for checkmarks + Add/Share modals elements #1506
Browse files Browse the repository at this point in the history
  • Loading branch information
dariiing committed Jun 6, 2024
1 parent 2fd5869 commit 8ab32b7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions customize.dist/src/less2/include/alertify.less
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,12 @@
text-decoration: none;
}
}
.cp-usergrid-user, textarea {
outline: none;
&:focus {
outline: @cryptpad_color_brand solid 2px;
}
}
}
.cp-alertify-type-container {
overflow: visible !important;
Expand Down Expand Up @@ -237,6 +243,10 @@
}
}
}
outline: none;
&:focus {
outline: @cryptpad_color_brand solid 2px;
}
}
span.alertify-tabs-active {
background-color: @cp_alertify-fg !important;
Expand Down
8 changes: 4 additions & 4 deletions customize.dist/src/less2/include/checkmark.less
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@
position: absolute;
box-sizing: border-box;
}
outline: none;
&:focus {
box-shadow: 0px 0px 5px @cp_checkmark-back1;
outline: none;
outline: @cryptpad_color_brand solid 2px;
}
}

Expand Down Expand Up @@ -216,9 +216,9 @@
height: @checkmark-dim1;
height: var(--checkmark-dim1);
}
outline: none;
&:focus {
box-shadow: 0px 0px 5px @cp_checkmark-back1;
outline: none;
outline: @cryptpad_color_brand solid 2px;
}
}

Expand Down

0 comments on commit 8ab32b7

Please sign in to comment.