Skip to content
Snippets Groups Projects
Commit 34a0d73b authored by Andreas Kienast's avatar Andreas Kienast Committed by Georg Ringer
Browse files

[BUGFIX] Don't render dropdown arrow in selectSingleBox

Resolves: #71750
Releases: master, 9.5
Change-Id: Ifc27ee8ed4dffba36098b9e72cac6e39cc775ebd
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63850


Tested-by: default avatarSusanne Moog <look@susi.dev>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarSusanne Moog <look@susi.dev>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent ee6749fa
No related branches found
No related tags found
No related merge requests found
......@@ -201,6 +201,7 @@ select {
}
&[size="1"],
&:not([multiple][size]),
&:not([size]) {
appearance: none;
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment