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 {
|
||||
.item {
|
||||
&.choose.reference {
|
||||
@if $nojavascript == true {
|
||||
display: none;
|
||||
}
|
||||
.dropdown.floating.filter {
|
||||
&:hover {
|
||||
.menu {
|
||||
display: block !important;
|
||||
}
|
||||
}
|
||||
.button {
|
||||
background: $bg60;
|
||||
border-radius: $border-radius;
|
||||
|
@ -252,9 +254,15 @@
|
|||
background: $bg50;
|
||||
}
|
||||
}
|
||||
.data {
|
||||
@if $nojavascript == true {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.menu {
|
||||
background: $bg50;
|
||||
border: 0;
|
||||
margin-top: 0 !important;
|
||||
.search {
|
||||
color: $white;
|
||||
i.filter.icon {
|
||||
|
|
Reference in a new issue