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;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.cp-usergrid-user, textarea {
|
||||||
|
outline: none;
|
||||||
|
&:focus {
|
||||||
|
outline: @cryptpad_color_brand solid 2px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.cp-alertify-type-container {
|
.cp-alertify-type-container {
|
||||||
overflow: visible !important;
|
overflow: visible !important;
|
||||||
|
@ -237,6 +243,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
outline: none;
|
||||||
|
&:focus {
|
||||||
|
outline: @cryptpad_color_brand solid 2px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
span.alertify-tabs-active {
|
span.alertify-tabs-active {
|
||||||
background-color: @cp_alertify-fg !important;
|
background-color: @cp_alertify-fg !important;
|
||||||
|
|
|
@ -128,9 +128,9 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
outline: none;
|
||||||
&:focus {
|
&:focus {
|
||||||
box-shadow: 0px 0px 5px @cp_checkmark-back1;
|
outline: @cryptpad_color_brand solid 2px;
|
||||||
outline: none;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -216,9 +216,9 @@
|
||||||
height: @checkmark-dim1;
|
height: @checkmark-dim1;
|
||||||
height: var(--checkmark-dim1);
|
height: var(--checkmark-dim1);
|
||||||
}
|
}
|
||||||
|
outline: none;
|
||||||
&:focus {
|
&:focus {
|
||||||
box-shadow: 0px 0px 5px @cp_checkmark-back1;
|
outline: @cryptpad_color_brand solid 2px;
|
||||||
outline: none;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue