typo in css
Massimo Melina committed
Feb 2, 2024 at 23:25 UTC
44680686b53008f59bd2028fbc231e88ed2689bb
2 files changed
+2
-3
frontend/src/login.ts
+1
-2
@@ -3,9 +3,8 @@
3
import { apiCall } from '@hfs/shared/api'
4
import { state, useSnapState } from './state'
5
import { alertDialog, newDialog } from './dialog'
6
-import { getHFS, getPrefixUrl, hIcon, makeSessionRefresher, srpClientSequence, working,
6
+import { getHFS, hIcon, makeSessionRefresher, srpClientSequence, working,
7
HTTP_CONFLICT, HTTP_UNAUTHORIZED,} from './misc'
8
-import { useNavigate } from 'react-router-dom'
8
import { createElement as h, Fragment, useEffect, useRef } from 'react'
9
import { t, useI18N } from './i18n'
10
import { reloadList } from './useFetchList'
shared/_main.scss
+1
-1
@@ -1,5 +1,5 @@
1
.ariaOnly {
2
position: absolute;
3
- clipPath: rect(1px 1px 1px 1px);
3
+ clip-path: rect(1px 1px 1px 1px);
4
clip: rect(1px, 1px, 1px, 1px); // legacy browsers
5
}