holygrail2 1.1.73 → 1.1.74

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "holygrail2",
3
- "version": "1.1.73",
3
+ "version": "1.1.74",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "directories": {
@@ -971,6 +971,13 @@ button {
971
971
  border-radius: 0;
972
972
  float: left;
973
973
  margin-right: 0;
974
+ &.is-active{
975
+ background-color: transparent;
976
+ color: $c-black;
977
+ border-color: $c-black;
978
+ z-index: 10;
979
+
980
+ }
974
981
  &:first-child {
975
982
  margin-left: 0;
976
983
  }
@@ -982,6 +989,7 @@ button {
982
989
  color: $c-black;
983
990
  border-color: $c-black;
984
991
  z-index: 11;
992
+
985
993
  }
986
994
 
987
995
  }