Skip to content

Commit

Permalink
[IMP] to_backend_theme: change background image
Browse files Browse the repository at this point in the history
  • Loading branch information
duyquyen96 committed Aug 15, 2024
1 parent d61b9bc commit a1059c7
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 49 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
:root {
.o_grid_apps_menu[data-theme="viindoo"] {
--app-menu-text-color: "#374151";
// --app-menu-text-shadow: 1px 1px 1px #{rgba(black, 0.4)};
// --app-menu-hover-background: #{rgba(white, 0.2)};
}
}
39 changes: 0 additions & 39 deletions viin_brand_common/static/src/legacy/scss/navbar.scss
Original file line number Diff line number Diff line change
@@ -1,48 +1,9 @@
.o_main_navbar {
border-bottom: none !important;

.show {
.dropdown-toggle {
background-color: $brand-primary-darker;
}
}

a.dropdown-toggle{
text-decoration: none;
}

> a,
> button {
&:hover,
&:focus {
background-color: $brand-primary-dark;
}
}

> ul {
> li {
&.o_extra_menu_items {
&.show {
> ul {
> li {
> a {
&.dropdown-toggle {
background-color: $brand-primary-dark !important;
}
}
}
}
}
}
> label,
> a {
&:hover,
&:focus{
background-color: $brand-primary-dark;
}
}
}
}
}
// = SuperUser Design
// ============================================================================
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
$o-navbar-entry-color: #374151 !default;
$o-navbar-entry-color--hover: #374151 !default;
$o-navbar-background: none !default;
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<templates>
<t t-inherit="web.NavBar.AppsMenu" t-inherit-mode="extension">
<xpath expr="//Dropdown" position="attributes">
<attribute name="class">'o_navbar_apps_menu hide'</attribute>
<attribute name="class">'o_navbar_apps_menu d-none'</attribute>
<attribute name="skipTogglerTabbing">true</attribute>
<attribute name="hotkey" remove="'h'" add="'shift+h'" separator=" " />
</xpath>
Expand Down

0 comments on commit a1059c7

Please sign in to comment.