Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
remove wicg-inert
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Dec 31, 2021
1 parent 64b7b46 commit f107e65
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions client/package.json
Expand Up @@ -22,8 +22,7 @@
"react-helmet": "6.1.0",
"react-router-dom": "6.0.2",
"regenerator-runtime": "0.13.9",
"tailwindcss": "2.2.19",
"wicg-inert": "3.1.1"
"tailwindcss": "2.2.19"
},
"devDependencies": {
"@babel/core": "7.16.0",
Expand Down
1 change: 0 additions & 1 deletion client/src/components/modal/Modal/Modal.jsx
@@ -1,6 +1,5 @@
import React from 'react';
import ReactDOM from 'react-dom';
import 'wicg-inert';

/**
* @typedef {object} Props
Expand Down
6 changes: 6 additions & 0 deletions client/src/index.css
Expand Up @@ -15,3 +15,9 @@ body {
vertical-align: -0.125em;
width: 1em;
}

#app[inert] {
user-select: none;
pointer-events: none;
cursor: default;
}
5 changes: 0 additions & 5 deletions yarn.lock
Expand Up @@ -6949,11 +6949,6 @@ which@^2.0.1:
dependencies:
isexe "^2.0.0"

wicg-inert@3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/wicg-inert/-/wicg-inert-3.1.1.tgz#b033fd4fbfb9e3fd709e5d84becbdf2e06e5c229"
integrity sha512-PhBaNh8ur9Xm4Ggy4umelwNIP6pPP1bv3EaWaKqfb/QNme2rdLjm7wIInvV4WhxVHhzA4Spgw9qNSqWtB/ca2A==

wide-align@^1.1.0, wide-align@^1.1.2:
version "1.1.5"
resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.5.tgz#df1d4c206854369ecf3c9a4898f1b23fbd9d15d3"
Expand Down

0 comments on commit f107e65

Please sign in to comment.