@patternfly/patternfly 4.160.0 → 4.160.1

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.
@@ -127,22 +127,6 @@
127
127
  cursor: pointer;
128
128
  }
129
129
 
130
- button,
131
- [type="button"],
132
- [type="reset"],
133
- [type="submit"] {
134
- // Remove the inner border and padding in Firefox.
135
- &::-moz-focus-inner {
136
- padding: 0;
137
- border-style: none;
138
- }
139
-
140
- // Restore the focus styles unset by the previous rule.
141
- &:-moz-focusring {
142
- outline: 1px dotted ButtonText;
143
- }
144
- }
145
-
146
130
  @include pf-m-overpass-font {
147
131
  a {
148
132
  font-weight: var(--pf-global--FontWeight--semi-bold);
@@ -116,20 +116,6 @@ a {
116
116
  cursor: pointer;
117
117
  }
118
118
 
119
- button::-moz-focus-inner,
120
- [type=button]::-moz-focus-inner,
121
- [type=reset]::-moz-focus-inner,
122
- [type=submit]::-moz-focus-inner {
123
- padding: 0;
124
- border-style: none;
125
- }
126
- button:-moz-focusring,
127
- [type=button]:-moz-focusring,
128
- [type=reset]:-moz-focusring,
129
- [type=submit]:-moz-focusring {
130
- outline: 1px dotted ButtonText;
131
- }
132
-
133
119
  .pf-m-overpass-font a {
134
120
  font-weight: var(--pf-global--FontWeight--semi-bold);
135
121
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "4.160.0",
4
+ "version": "4.160.1",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -568,20 +568,6 @@ a {
568
568
  cursor: pointer;
569
569
  }
570
570
 
571
- button::-moz-focus-inner,
572
- [type=button]::-moz-focus-inner,
573
- [type=reset]::-moz-focus-inner,
574
- [type=submit]::-moz-focus-inner {
575
- padding: 0;
576
- border-style: none;
577
- }
578
- button:-moz-focusring,
579
- [type=button]:-moz-focusring,
580
- [type=reset]:-moz-focusring,
581
- [type=submit]:-moz-focusring {
582
- outline: 1px dotted ButtonText;
583
- }
584
-
585
571
  .pf-m-overpass-font a {
586
572
  font-weight: var(--pf-global--FontWeight--semi-bold);
587
573
  }
package/patternfly.css CHANGED
@@ -633,20 +633,6 @@ a {
633
633
  cursor: pointer;
634
634
  }
635
635
 
636
- button::-moz-focus-inner,
637
- [type=button]::-moz-focus-inner,
638
- [type=reset]::-moz-focus-inner,
639
- [type=submit]::-moz-focus-inner {
640
- padding: 0;
641
- border-style: none;
642
- }
643
- button:-moz-focusring,
644
- [type=button]:-moz-focusring,
645
- [type=reset]:-moz-focusring,
646
- [type=submit]:-moz-focusring {
647
- outline: 1px dotted ButtonText;
648
- }
649
-
650
636
  .pf-m-overpass-font a {
651
637
  font-weight: var(--pf-global--FontWeight--semi-bold);
652
638
  }