diff --git a/visualization/app/codeCharta/ui/searchPanel/searchPanel.component.scss b/visualization/app/codeCharta/ui/searchPanel/searchPanel.component.scss index d9aa10a9c4..c5f345d2a6 100644 --- a/visualization/app/codeCharta/ui/searchPanel/searchPanel.component.scss +++ b/visualization/app/codeCharta/ui/searchPanel/searchPanel.component.scss @@ -1,3 +1,5 @@ +@use "../../../material/theme"; + cc-search-panel { .search-panel-card { border-left: none; @@ -18,4 +20,12 @@ cc-search-panel { pointer-events: none; } } + + .submenu-button { + border: 2px solid theme.$cc-primary-color; + + &:hover { + border: 2px solid theme.$cc-emphasized-color; + } + } } diff --git a/visualization/app/codeCharta/ui/searchPanel/sortingButton/sortingButton.component.html b/visualization/app/codeCharta/ui/searchPanel/sortingButton/sortingButton.component.html index fe83eef859..52e73d72a6 100644 --- a/visualization/app/codeCharta/ui/searchPanel/sortingButton/sortingButton.component.html +++ b/visualization/app/codeCharta/ui/searchPanel/sortingButton/sortingButton.component.html @@ -1,5 +1,5 @@