Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

flex-md and other flex-* media query directives not overriding properly #9546

@denver-HJS

Description

@denver-HJS

Actual Behavior:

  • The flex media query for "flex-md" is being applied when the viewport is less than 960px wide
  • The flex-sm and/or flex-xs CSS classes should override the flex-md values

CodePen (or steps to reproduce the issue): *

<div class="status-container" flex="35" flex-md="45" flex-sm="100" flex-xs="100">
...
<div flex="65" flex-md="55" flex-sm="100" flex-xs="100">
  • An image of the behavior using Chrome's DevTools emulator is attached

Angular Versions: *

  • Angular Version: 1.5.5
  • Angular Material Version: 1.1.0

Additional Information:

  • Browser Type: Chrome/Webkit browsers
  • OS: Windows7 & iOS 9.3.5
    angular-material-media-queries

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions