LPS-127831 Sets proper active class depending on search container displayStyle#837
LPS-127831 Sets proper active class depending on search container displayStyle#837jbalsas wants to merge 1 commit into
Conversation
…playStyle After dropping the BS3-BS4 compat layer, the `active` class no longer works for table displays which need the `table-active` class instead. This commit makes it so the `table-active` class is used for tables (default displayStyle) and `active` for any other visualization.
|
CI is automatically triggering the following test suites:
|
✔️ ci:test:sf - 1 out of 1 jobs passed in 12 hours 18 minutesClick here for more details.Base Branch:Branch Name: master Sender Branch:Branch Name: LPS-127831-Fix 1 Successful Jobs:For more details click here. |
|
Jenkins Build:test-portal-source-format#3816 |
|
ci:test:bundle |
|
Code looks good to me, but I fired off a |
✔️ ci:test:bundle - 1 out of 1 jobs passed in 45 minutesClick here for more details.Base Branch:Branch Name: master ci:test:bundle - 1 out of 1 jobs PASSEDFor more details click here.Test bundle downloads:
|
|
Jenkins Build:test-portal-acceptance-pullrequest(master)#5502 |
|
Manually forwarded to brianchandotcom#99234 @john-co, @calvinctvo, please double check but I don't think that test is related. |
|
[Unrelated]
cc/ @iovaneale please investigate and fix/quarantine flaky test. |

After dropping the BS3-BS4 compat layer, the
activeclass no longer works for table displays which need thetable-activeclass instead.This commit makes it so the
table-activeclass is used for tables (default displayStyle) andactivefor any other visualization.This is a continuation of #821 because I couldn't push to @pat270's origin...