This commit is contained in:
mertsincan 2023-07-05 14:43:00 +01:00
parent 33261420f3
commit 6bad630ce1
2 changed files with 17 additions and 17 deletions

View file

@ -268,6 +268,23 @@ const styles = `
height: 100%;
}
.p-unselectable-text {
user-select: none;
}
.p-sr-only {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important;
}
input[type="button"],
input[type="submit"],
input[type="reset"],