Browse Source

Fix error comment

pull/811/head
Thomas GUITTONNEAU 9 years ago
parent
commit
0845e3999b
  1. 2
      sass/buttons.scss

2
sass/buttons.scss

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

Loading…
Cancel
Save