summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Echo/modules/styles/mw.echo.ui.NotificationBadgeWidget.modern.less')
-rw-r--r--Echo/modules/styles/mw.echo.ui.NotificationBadgeWidget.modern.less18
1 files changed, 0 insertions, 18 deletions
diff --git a/Echo/modules/styles/mw.echo.ui.NotificationBadgeWidget.modern.less b/Echo/modules/styles/mw.echo.ui.NotificationBadgeWidget.modern.less
deleted file mode 100644
index 6dc59143..00000000
--- a/Echo/modules/styles/mw.echo.ui.NotificationBadgeWidget.modern.less
+++ /dev/null
@@ -1,18 +0,0 @@
-body #p-personal {
- overflow: visible;
-}
-
-#p-personal li.mw-echo-ui-notificationBadgeButtonPopupWidget {
- font-variant: normal;
- text-transform: none;
- font-weight: normal;
- // Badge
- > .oo-ui-buttonElement-button {
- border-radius: 0;
- }
- // Popup buttons
- .oo-ui-buttonElement-button:hover {
- // In modern, the hover color is white, which is unhelpful.
- color: #666;
- }
-}