diff --git a/styles/new-container.less b/styles/new-container.less index f6dfb928..1247da1e 100644 --- a/styles/new-container.less +++ b/styles/new-container.less @@ -57,6 +57,10 @@ text-align: center; margin: 0 10px; min-width: 40px; + &:hover { + border-radius: 40px; + background-color: @gray-lightest; + } } .results-filter-title { diff --git a/styles/right-panel.less b/styles/right-panel.less index d8dfba88..3ceb91d2 100644 --- a/styles/right-panel.less +++ b/styles/right-panel.less @@ -119,6 +119,10 @@ background-color: transparent; } } + &:hover { + border-radius: 40px; + background-color: @gray-lightest; + } } .details-progress {