1
0
Fork 0

Accessibility again: Notifications are now accessible

This commit is contained in:
Michael 2020-02-05 21:06:03 +00:00
commit ace3c52c8e
5 changed files with 50 additions and 30 deletions

View file

@ -454,6 +454,8 @@ nav.navbar {
#topbar-first .nav>li>a:hover,
#topbar-first .nav>li>a:focus,
#topbar-first .nav>.open>a,
#dropdownMenu1:hover,
#dropdownMenu1:focus,
nav.navbar .nav>li>a:hover,
nav.navbar .nav>li>a:focus{
background-color: $nav_icon_hover_color;
@ -860,6 +862,9 @@ nav.navbar a, nav.navbar .btn-link {
}
/* Dropdown Menus */
#dropdownMenu1 {
padding: 15px 15px;
}
.nav > li > .btn-link {
position: relative;
display: block;