@financial-times/qanda-ui 0.0.1-beta.24 → 0.0.1-beta.25

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.
Files changed (2) hide show
  1. package/dist/qanda.scss +7 -9
  2. package/package.json +1 -1
package/dist/qanda.scss CHANGED
@@ -308,14 +308,12 @@ $app-header-color: #007acc;
308
308
  color: var(--o3-color-, #33302e);
309
309
  float: right;
310
310
  margin-top: var(--o3-spacing-2xs);
311
- &
312
- :is(
313
- .o3-button.o3-button--ghost[data-o3-theme='neutral'],
314
- :where([data-o3-theme='neutral']) .o3-button.o3-button--ghost
315
- ):hover {
316
- background-color: unset;
317
- border: unset;
318
- }
311
+ }
312
+
313
+ .expander__link:hover {
314
+ /* Override some o-button styles */
315
+ background-color: unset !important;
316
+ border: unset !important;
319
317
  }
320
318
 
321
319
  /* Inlined from ../components/Loader/styles.scss */
@@ -677,7 +675,7 @@ $app-header-color: #007acc;
677
675
 
678
676
  .qanda-container {
679
677
  .qanda__stream {
680
- margin: var(--o3-spacing-l) var(--o3-spacing-xs5) 0 var(--o3-spacing-xs5);
678
+ margin: var(--o3-spacing-l) var(--o3-spacing-5xs) 0 var(--o3-spacing-5xs);
681
679
  }
682
680
 
683
681
  .qanda__stream-title {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/qanda-ui",
3
- "version": "0.0.1-beta.24",
3
+ "version": "0.0.1-beta.25",
4
4
  "description": "Components for the Live Q&A (AKA Ask an Expert) UI",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",