@carbon/styles 1.0.1 → 1.0.2

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/styles",
3
3
  "description": "Styles for the Carbon Design System",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -46,5 +46,5 @@
46
46
  "scss/**/*.scss",
47
47
  "scss/**/*.css"
48
48
  ],
49
- "gitHead": "28e70f9534f5b07a5d23ef1350d362203b1155af"
49
+ "gitHead": "42d17eec46503003defc2a4227ac0c20750713fe"
50
50
  }
@@ -80,21 +80,20 @@
80
80
  background-color: $background-active;
81
81
  }
82
82
 
83
- .#{$prefix}--header__action.#{$prefix}--btn--icon-only.#{$prefix}--tooltip__trigger {
83
+ .#{$prefix}--header__action.#{$prefix}--btn--icon-only {
84
84
  align-items: center;
85
85
  justify-content: center;
86
86
  }
87
87
 
88
- .#{$prefix}--btn.#{$prefix}--btn--icon-only.#{$prefix}--tooltip__trigger.#{$prefix}--header__action
89
- svg {
88
+ .#{$prefix}--btn.#{$prefix}--btn--icon-only.#{$prefix}--header__action svg {
90
89
  fill: $icon-secondary;
91
90
  }
92
91
 
93
- .#{$prefix}--btn.#{$prefix}--btn--icon-only.#{$prefix}--tooltip__trigger.#{$prefix}--header__action:hover
92
+ .#{$prefix}--btn.#{$prefix}--btn--icon-only.#{$prefix}--header__action:hover
94
93
  svg,
95
- .#{$prefix}--btn.#{$prefix}--btn--icon-only.#{$prefix}--tooltip__trigger.#{$prefix}--header__action:active
94
+ .#{$prefix}--btn.#{$prefix}--btn--icon-only.#{$prefix}--header__action:active
96
95
  svg,
97
- .#{$prefix}--btn.#{$prefix}--btn--icon-only.#{$prefix}--tooltip__trigger.#{$prefix}--header__action--active
96
+ .#{$prefix}--btn.#{$prefix}--btn--icon-only.#{$prefix}--header__action--active
98
97
  svg {
99
98
  fill: $icon-primary;
100
99
  }