mirror of https://github.com/xwiki-labs/cryptpad
add focus style for checkmarks + Add/Share modals elements #1506
This commit is contained in:
parent
2fd586923e
commit
8ab32b7862
|
@ -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;
|
||||
|
@ -237,6 +243,10 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
outline: none;
|
||||
&:focus {
|
||||
outline: @cryptpad_color_brand solid 2px;
|
||||
}
|
||||
}
|
||||
span.alertify-tabs-active {
|
||||
background-color: @cp_alertify-fg !important;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue