@navikt/ds-css 0.12.1 → 0.12.5

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/button.css CHANGED
@@ -255,7 +255,7 @@
255
255
  **************************/
256
256
 
257
257
  .navds-button:disabled {
258
- opacity: 30%;
258
+ opacity: 0.3;
259
259
  cursor: not-allowed;
260
260
  transform: none;
261
261
  }