Commit 18130884 by xcoder

Add pointer for language dripdown on desktop

1 parent 4ce747eb
......@@ -194,6 +194,8 @@ header > ul.nav.nav-pills > .nav-item.detailed > .dropdown {
width: 12px;
position: relative;
cursor: pointer;
}
.chevron::before {
......@@ -240,6 +242,10 @@ header > .nav.nav-pills > .nav-item.detailed > .dropdown > .btn.lng-switcher {
cursor: pointer;
}
.dropdown-menu.show > .dropdown-item.active:hover {
background-color: #0d6efd;
}
.dropdown-menu.show > .dropdown-item:hover {
background-color: transparent;
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!