合并企业版代码(未测试,先提交到测试分支)
This commit is contained in:
36
web_enterprise/static/src/legacy/scss/dropdown.scss
Normal file
36
web_enterprise/static/src/legacy/scss/dropdown.scss
Normal file
@@ -0,0 +1,36 @@
|
||||
// = Enterprise dropdown customizations
|
||||
// ----------------------------------------------------------------------------
|
||||
.o_web_client.o_touch_device {
|
||||
|
||||
.dropdown-item > *:first-child {
|
||||
&:before {
|
||||
padding-top: 7.5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown {
|
||||
&.show .dropdown-toggle.btn-light,
|
||||
.dropdown-toggle.o_dropdown_active.btn-light {
|
||||
&, &:hover, &:focus {
|
||||
position: relative;
|
||||
z-index: $zindex-dropdown + 1;
|
||||
border-color: $dropdown-border-color;
|
||||
border-bottom-color: $dropdown-bg;
|
||||
background-color: $dropdown-bg;
|
||||
box-shadow: none;
|
||||
color: $dropdown-link-active-color;
|
||||
}
|
||||
|
||||
+ .dropdown-menu {
|
||||
margin-top: $dropdown-border-width * -1;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// = Enterprise jQueryUI dropdown
|
||||
// ----------------------------------------------------------------------------
|
||||
.ui-widget.ui-autocomplete {
|
||||
border-top: $dropdown-border-width solid transparent;
|
||||
}
|
||||
Reference in New Issue
Block a user