update
This commit is contained in:
parent
8dba4266bd
commit
099d321922
1 changed files with 11 additions and 3 deletions
|
@ -239,10 +239,12 @@
|
||||||
.secondary.menu {
|
.secondary.menu {
|
||||||
.item {
|
.item {
|
||||||
&.choose.reference {
|
&.choose.reference {
|
||||||
@if $nojavascript == true {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.dropdown.floating.filter {
|
.dropdown.floating.filter {
|
||||||
|
&:hover {
|
||||||
|
.menu {
|
||||||
|
display: block !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
.button {
|
.button {
|
||||||
background: $bg60;
|
background: $bg60;
|
||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
|
@ -252,9 +254,15 @@
|
||||||
background: $bg50;
|
background: $bg50;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.data {
|
||||||
|
@if $nojavascript == true {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
.menu {
|
.menu {
|
||||||
background: $bg50;
|
background: $bg50;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
margin-top: 0 !important;
|
||||||
.search {
|
.search {
|
||||||
color: $white;
|
color: $white;
|
||||||
i.filter.icon {
|
i.filter.icon {
|
||||||
|
|
Reference in a new issue