diff --git a/web/styles/app_components.css b/web/styles/app_components.css index 8f6564376f..d019471c63 100644 --- a/web/styles/app_components.css +++ b/web/styles/app_components.css @@ -783,8 +783,6 @@ input.settings_text_input { &[data-sort]:hover::after { content: " \f0d8"; white-space: pre; - display: inline-block; - position: absolute; padding-top: 3px; font: normal normal normal 12px/1 FontAwesome; font-size: inherit; diff --git a/web/styles/recent_view.css b/web/styles/recent_view.css index d788edf412..681b07be32 100644 --- a/web/styles/recent_view.css +++ b/web/styles/recent_view.css @@ -400,8 +400,6 @@ &[data-sort]:hover::after { content: " \f0d8"; white-space: pre; - display: inline-block; - position: absolute; padding-top: 3px; font: normal normal normal 12px/1 FontAwesome; font-size: inherit;