Browse Source

Merge pull request #811 from thomasguittonneau/fixComm

Fix error comment
eslint
XhmikosR 9 years ago
parent
commit
141e1258ac
  1. 2
      sass/buttons.scss

2
sass/buttons.scss

@ -22,7 +22,7 @@
// Active & filled button styles
&:active,
&.active {
color: inherit; // Overriding the gloabl style for all anchors.
color: inherit; // Overriding the global style for all anchors.
background-color: #ccc;
}

Loading…
Cancel
Save