Skip to content

limiter float too generic #15323

Closed
Closed
@DanielRuf

Description

@DanielRuf

Preconditions

  1. Magento 2.2.4
@media (min-width: 768px), print
.limiter {
    float: right;
}
.products.wrapper ~ .toolbar .pages {
    float: left;
}

Steps to reproduce

  1. inspect toolbar in product list
  2. compare styles of .limiter and .pages

Expected result

  1. .limiter should have the same parent selectors like .pages to prevent clashes between styles and layouts

Actual result

  1. .limiter is too generic and is used as single selector for floating the element

Metadata

Metadata

Labels

Fixed in 2.1.xThe issue has been fixed in 2.1 release lineFixed in 2.2.xThe issue has been fixed in 2.2 release lineFixed in 2.3.xThe issue has been fixed in 2.3 release lineIssue: Format is validGate 1 Passed. Automatic verification of issue format passedRelease Line: 2.2

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions