This commit is contained in:
Thomas GUITTONNEAU 2015-12-30 11:42:09 +01:00
Родитель d5a8d71906
Коммит 0845e3999b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;
}