pull/4101/head^2
mertsincan 2023-07-05 14:43:00 +01:00
parent 33261420f3
commit 6bad630ce1
2 changed files with 17 additions and 17 deletions

View File

@ -20,23 +20,6 @@ const styles = `
.p-overflow-hidden {
overflow: hidden;
}
.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;
}
`;
export const { load: loadBaseStyle } = useStyle(styles, { name: 'base', manual: true });

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"],