-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Fixed in 2.1.xThe issue has been fixed in 2.1 release lineThe issue has been fixed in 2.1 release lineFixed in 2.2.xThe issue has been fixed in 2.2 release lineThe issue has been fixed in 2.2 release lineFixed in 2.3.xThe issue has been fixed in 2.3 release lineThe issue has been fixed in 2.3 release lineIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedRelease Line: 2.2
Description
Preconditions
- Magento 2.2.4
@media (min-width: 768px), print
.limiter {
float: right;
}
.products.wrapper ~ .toolbar .pages {
float: left;
}
Steps to reproduce
- inspect toolbar in product list
- compare styles of
.limiter
and.pages
Expected result
.limiter
should have the same parent selectors like.pages
to prevent clashes between styles and layouts
Actual result
.limiter
is too generic and is used as single selector for floating the element
Metadata
Metadata
Assignees
Labels
Fixed in 2.1.xThe issue has been fixed in 2.1 release lineThe issue has been fixed in 2.1 release lineFixed in 2.2.xThe issue has been fixed in 2.2 release lineThe issue has been fixed in 2.2 release lineFixed in 2.3.xThe issue has been fixed in 2.3 release lineThe issue has been fixed in 2.3 release lineIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedRelease Line: 2.2