Skip to content

Commit

Permalink
[BUGFIX] Prevent selection of pagetree loader animation
Browse files Browse the repository at this point in the history
Resolves: #87505
Releases: master, 9.5
Change-Id: I879c4c484f8380a7270bd57c0d54a14ea7c7ad2e
Reviewed-on: https://review.typo3.org/59508
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: TYPO3com <noreply@typo3.com>
Reviewed-by: Oliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: Tymoteusz Motylewski <t.motylewski@gmail.com>
Tested-by: Tymoteusz Motylewski <t.motylewski@gmail.com>
  • Loading branch information
josefglatz authored and tmotyl committed Jan 22, 2019
1 parent cc69765 commit dad429a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Build/Resources/Public/Sass/component/_svgtree.scss
Expand Up @@ -33,6 +33,7 @@ $svgColors: (
text-align: center;
background: rgba(0, 0, 0, 0.3);
z-index: 3000;
user-select: none;

& > * {
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/backend/Resources/Public/Css/backend.css

Large diffs are not rendered by default.

0 comments on commit dad429a

Please sign in to comment.