diff options
author | Nick Schonning <nschonni@gmail.com> | 2023-01-05 07:42:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-05 13:42:13 +0100 |
commit | 558ac411c469a19e9b32f78d4e4f7f29d46afa5f (patch) | |
tree | c6c78ea1ab79d4fd26481a99e55f850a4190d0d3 /public | |
parent | acec1fb745456dd3093ac31291c3757e55f39160 (diff) |
Expand Stylelint glob to include CSS files (#22469)
Diffstat (limited to 'public')
-rw-r--r-- | public/inert.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/inert.css b/public/inert.css index 275fad2e6..54e10616d 100644 --- a/public/inert.css +++ b/public/inert.css @@ -3,7 +3,8 @@ cursor: default; } -[inert], [inert] * { +[inert], +[inert] * { user-select: none; -webkit-user-select: none; -moz-user-select: none; |