diff --git a/styles/new-container.less b/styles/new-container.less index 88109b5b6b..eddda2c45f 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 d8dfba884d..3ceb91d29f 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 {