tbonelee commented on code in PR #5079:
URL: https://github.com/apache/zeppelin/pull/5079#discussion_r2409878263
##########
zeppelin-web-angular/src/app/pages/workspace/notebook/action-bar/action-bar.component.less:
##########
@@ -113,3 +113,50 @@
}
}
});
+
+::ng-deep .search-code {
Review Comment:
```suggestion
::ng-deep html.dark .search-code,
::ng-deep .search-code {
```
The newly added dark-mode styles are overriding our `search-code` styles.
Let's add a selector so these styles apply in both themes.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]