Skip to content

Commit

Permalink
RG-1666 fix global selectors applying
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-skl committed Dec 29, 2017
1 parent 1d98262 commit f23602d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/dialog-ng/dialog-ng.css
Expand Up @@ -94,11 +94,11 @@
}

/* Increase selector specificity when ring buttons are used as footer items */
&.ring-button {
&:global(.ring-button) {
margin-left: unit;
}

&.ring-button:first-of-type {
&:global(.ring-button):first-of-type {
margin-left: 0;
}
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/gemini/gemini/screens/Dialog Ng/dialog/dialog/edge.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f23602d

Please sign in to comment.