@bcgov-sso/common-react-components 1.28.2 → 1.28.3

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/dist/cjs/index.js CHANGED
@@ -23333,10 +23333,22 @@ const StyledTabs = qe(ForwardTabs) `
23333
23333
  font-size: 18px;
23334
23334
  }
23335
23335
 
23336
+ .rc-tabs-nav-list {
23337
+ border-bottom: 1px solid #dee2e6;
23338
+ }
23339
+
23340
+ .rc-tabs-nav-list:hover {
23341
+ cursor: pointer;
23342
+ }
23343
+
23336
23344
  .rc-tabs-tab-active {
23337
23345
  border-bottom: 3px solid orange;
23338
23346
  font-weight: 600;
23339
23347
  }
23348
+
23349
+ .rc-tabs-nav-operations {
23350
+ display: none;
23351
+ }
23340
23352
  `;
23341
23353
  const Tab = TabPane;
23342
23354