@abi-software/simulationvuer 3.0.0 → 3.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abi-software/simulationvuer",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vite serve --host --force",
@@ -1021,16 +1021,16 @@ span.error {
1021
1021
  /* Note: not sure why, but the following rules need to be global!? */
1022
1022
 
1023
1023
  .p-select-option:not(.p-select-option-selected):not(.p-disabled).p-focus {
1024
- background: #F5F7FA;
1024
+ background: #F5F7FA !important;
1025
1025
  }
1026
1026
 
1027
1027
  .p-select-option.p-select-option-selected.p-focus {
1028
- background: #F5F7FA;
1029
- color: #8300BF;
1028
+ background: #F5F7FA !important;
1029
+ color: #8300BF !important;
1030
1030
  }
1031
1031
 
1032
1032
  .p-select-option.p-select-option-selected {
1033
- background: white;
1034
- color: #8300BF;
1033
+ background: white !important;
1034
+ color: #8300BF !important;
1035
1035
  }
1036
1036
  </style>