mirror of https://github.com/OCA/web.git
[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 visiblepull/2684/head
parent
ab266b0cad
commit
6a1ba1f5c8
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
// Website main navbar and his AppsMenu button
|
// Website main navbar and his AppsMenu button
|
||||||
#oe_main_menu_navbar {
|
#oe_main_menu_navbar {
|
||||||
.dropdown-toggle::after {
|
#oe_applications .dropdown-toggle::after {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
a.full {
|
a.full {
|
||||||
|
|
Loading…
Reference in New Issue