Skip to content

Commit

Permalink
[BUGFIX] Don't render dropdown arrow in selectSingleBox
Browse files Browse the repository at this point in the history
Resolves: #71750
Releases: master, 9.5
Change-Id: Ifc27ee8ed4dffba36098b9e72cac6e39cc775ebd
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64040
Tested-by: Georg Ringer <georg.ringer@gmail.com>
Tested-by: TYPO3com <noreply@typo3.com>
Reviewed-by: Georg Ringer <georg.ringer@gmail.com>
  • Loading branch information
andreaskienast authored and georgringer committed Apr 1, 2020
1 parent 707dff3 commit 1da57df
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/typo3/_main_form.scss
Expand Up @@ -201,6 +201,7 @@ select {
}

&[size="1"],
&:not([multiple][size]),
&:not([size]) {
appearance: none;

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 1da57df

Please sign in to comment.