Skip to content
Snippets Groups Projects
Commit afca099a authored by Sascha Egerer's avatar Sascha Egerer Committed by Christian Kuhn
Browse files

[CLEANUP] Remove invalid :has CSS definition

There is a css rule containing a `:has()` rule.
This rule is not supported in any browser yet and
there must be also no whitespace between the `:has` and
the opening brace.

Resolves: #79890
Releases: master
Change-Id: Ief60c287f1bd0f95c6b61fde0e6f50704978357f
Reviewed-on: https://review.typo3.org/51739


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarJosef Glatz <josef.glatz@typo3.org>
Reviewed-by: default avatarTymoteusz Motylewski <t.motylewski@gmail.com>
Tested-by: default avatarTymoteusz Motylewski <t.motylewski@gmail.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 46f28701
Branches
Tags
No related merge requests found
......@@ -528,9 +528,6 @@
transition: margin @stage-validation-transition-time-in;
}
}
&:has (.ui-sortable-handle:hover) {
border-color: transparent;
}
span {
color: @gray-dark;
}
......@@ -963,4 +960,4 @@
.t3-form-element-new-page-button {
position: absolute;
left: 0.5em;
}
\ No newline at end of file
}
......@@ -385,9 +385,6 @@
margin-right: 75px;
transition: margin 0.2s;
}
#t3-form-stage-container.t3-form-stage-viewmode-abstract .ui-sortable-handle:has (.ui-sortable-handle:hover) {
border-color: transparent;
}
#t3-form-stage-container.t3-form-stage-viewmode-abstract .ui-sortable-handle span {
color: #5a5a5a;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment