From: Lenz Grimmer Date: Mon, 10 Aug 2020 14:55:20 +0000 (+0200) Subject: Merge pull request #35954 from SchoolGuy/dashboard/bootrapify X-Git-Tag: v16.1.0~1476 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a77f46f2c29e0c31b88f02d4541efba1a12b87ef;p=ceph.git Merge pull request #35954 from SchoolGuy/dashboard/bootrapify Reviewed-by: Alfonso Martínez Reviewed-by: Sebastian Krah Reviewed-by: Tiago Melo --- a77f46f2c29e0c31b88f02d4541efba1a12b87ef diff --cc src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notifications/notifications.component.scss index 2120b351f5b6,69efe41c70ad..1379cfb600fc --- a/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notifications/notifications.component.scss +++ b/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notifications/notifications.component.scss @@@ -5,23 -5,5 +5,23 @@@ } .running:hover i { - color: bd.$color-solid-white; + color: bd.$white; } + +a { + .dot { + background-color: bd.$color-primary; + border: 2px solid bd.$color-navbar-bg; + border-radius: 50%; + height: 11px; + position: absolute; + right: 17px; + top: 10px; + width: 10px; + } + + &:hover .dot { + background-color: bd.$color-solid-white; + border-color: bd.$color-primary; + } +}