revert browser newux changes (#5714)

This commit is contained in:
Kanagaraj M
2018-03-27 01:19:12 +05:30
committed by Dee Koder
parent 35e64573fa
commit 19451e374a
186 changed files with 4507 additions and 16033 deletions

View File

@@ -1,78 +1,23 @@
.dropdown,
.dropup {
position: relative;
}
.dropdown-toggle--icon {
width: 2rem;
height: 2rem;
border-radius: 50%;
line-height: 100%;
background-color: transparent;
& > .zmdi {
font-size: 1.25rem;
line-height: 1.1rem;
}
&:hover {
background-color: @white;
}
}
.dropdown-menu {
position: absolute;
padding: 15px 0;
top: 0;
left: 0;
z-index: @zindex-dropdown;
border: 1px solid @dropdown-border-color;
display: none;
padding: 0.75rem 0;
margin: 0;
list-style: none;
font-size: @font-size-base;
background-color: @dropdown-bg;
border-radius: @border-radius-large;
box-shadow: @dropdown-shadow;
min-width: 5rem;
margin-top: -1px;
> li > a {
display: block;
color: @dropdown-link-color;
padding: 0.5rem 1.25rem;
font-size: @font-size-base - 1;
white-space: nowrap;
.transition(all);
.transition-duration(300ms);
& > li {
& > a {
padding: 8px 20px;
font-size: 15px;
&:hover {
color: @dropdown-link-hover-color;
background-color: @dropdown-link-hover-bg;
& > i {
width: 20px;
position: relative;
top: 1px;
}
}
& > i {
text-align: center;
width: 1.1rem;
margin-left: 0.75rem;
font-size: 1.15rem;
vertical-align: top;
position: relative;
top: 0.05rem;
line-height: 100%;
}
}
}
.open {
& > .dropdown-menu {
display: block;
}
}
.dropdown-menu-right {
right: -0.1rem;
left: auto;
& > li {
& > a {
text-align: right;