@angular2-material/core
Version:
Angular 2 Material core
32 lines (30 loc) • 1.02 kB
CSS
/**
* Mixin that creates a new stacking context.
* see https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
*/
/**
* This mixin hides an element visually.
* That means it's still accessible for screen-readers but not visible in view.
*/
/**
* Forces an element to grow to fit floated contents; used as as an alternative to
* `overflow: hidden;` because it doesn't cut off contents.
*/
/**
* A mixin, which generates temporary ink ripple on a given component.
* When $bindToParent is set to true, it will check for the focused class on the same selector as you included
* that mixin.
* It is also possible to specify the color palette of the temporary ripple. By default it uses the
* accent palette for its background.
*/
.md-live-announcer {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
text-transform: none;
width: 1px; }
/*# sourceMappingURL=live-announcer.css.map */