diff --git a/src/UI/Pagination/paginationStyles.scss b/src/UI/Pagination/paginationStyles.scss index 48a0c3e35..2a1c0ee16 100644 --- a/src/UI/Pagination/paginationStyles.scss +++ b/src/UI/Pagination/paginationStyles.scss @@ -166,78 +166,6 @@ z-index: 2; } } - - .pagination-item-tooltip { - position: relative; - z-index: 2; - - .react-tooltip.react-tooltip__show ~ .tooltip-trigger { - color: #23f7dd; - - &:before { - opacity: 1; - } - } - - .react-tooltip.react-tooltip__place-bottom { - padding-top: 20px; - - .tooltip-arrow { - top: 16px !important; - } - } - - .react-tooltip.react-tooltip__place-top { - padding-bottom: 20px; - - .tooltip-arrow { - bottom: 16px !important; - } - } - - .tooltip-content, - .tooltip-arrow { - background-color: #000000; - } - - .tooltip-trigger { - margin: 0; - - &:before { - content: ''; - position: absolute; - left: 50%; - top: 50%; - transform: translate(-50%, -50%); - transition: all 200ms ease; - background-color: #143736; - opacity: 0; - border-radius: 50%; - height: calc(24px + 4px); - width: calc(24px + 4px); - pointer-events: none; - z-index: 1; - - @media (min-width: 768px) { - height: 32px; - width: 32px; - } - } - - &:hover { - color: #23f7dd; - - &:before { - opacity: 1; - } - } - } - - .pagination-item-tooltip-text { - position: relative; - z-index: 2; - } - } } } }