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

Commit

Permalink
fix(tabs): fixes continuous $digest bug in Firefox when using `md-s…
Browse files Browse the repository at this point in the history
…tretch-tabs`

Closes #3101
  • Loading branch information
Robert Messerle committed Jun 4, 2015
1 parent 85a7590 commit 5372710
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/tabs/tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ md-tabs-wrapper {
display: flex;
flex-direction: row;
md-tab-item {
flex: 1;
flex-grow: 1;

This comment has been minimized.

Copy link
@ThomasBurleson

ThomasBurleson Jun 4, 2015

Contributor

How does this reduce $digest issues ?

This comment has been minimized.

Copy link
@robertmesserle

robertmesserle via email Jun 4, 2015

Contributor

This comment has been minimized.

Copy link
@stevenmiles

stevenmiles Jun 8, 2015

This doesn't fix #3101

This comment has been minimized.

Copy link
@robertmesserle

robertmesserle via email Jun 8, 2015

Contributor

This comment has been minimized.

Copy link
@stevenmiles

stevenmiles Jun 8, 2015

Ok, Doesn't seem to affect the issue I'm seeing. Will create another issue.

}
}
}
Expand Down Expand Up @@ -232,6 +232,7 @@ md-tab {
text-transform: uppercase;
float: left;
font-weight: 500;
box-sizing: border-box;
&.md-focused {
box-shadow: none;
outline: none;
Expand Down

0 comments on commit 5372710

Please sign in to comment.