[FIX] web_responsive: fix dropdown caret visibility on website

before this commit dropdown on website doesn't have caret visible. F.x. to show option "Edit on backend"

after this commit caret will be visible
pull/3037/head
Sergey Shebanin 2022-11-17 19:28:38 +03:00 committed by kobros-tech
parent 8041df93d9
commit f34b5613f6
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
// Website main navbar and his AppsMenu button
#oe_main_menu_navbar {
.dropdown-toggle::after {
#oe_applications .dropdown-toggle::after {
display: none;
}
a.full {