Add verify changed less-file step to Makefile (#1861)
This commit is contained in:
parent
89845f6728
commit
2b05b104ef
4 changed files with 25 additions and 16 deletions
|
@ -430,28 +430,28 @@ footer .ui.language .menu {
|
|||
}
|
||||
@media only screen and (max-width: 1200px) {
|
||||
.ui.menu.new-menu {
|
||||
overflow-x: auto !important;
|
||||
justify-content: left !important;
|
||||
padding-bottom: 5px;
|
||||
overflow-x: auto !important;
|
||||
justify-content: left !important;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
.ui.menu.new-menu::-webkit-scrollbar {
|
||||
height: 8px;
|
||||
display: none;
|
||||
height: 8px;
|
||||
display: none;
|
||||
}
|
||||
.ui.menu.new-menu:hover::-webkit-scrollbar {
|
||||
display: block;
|
||||
}
|
||||
.ui.menu.new-menu::-webkit-scrollbar-track {
|
||||
background: rgba(0,0,0,0.01);
|
||||
background: rgba(0, 0, 0, 0.01);
|
||||
}
|
||||
.ui.menu.new-menu::-webkit-scrollbar-thumb {
|
||||
background:rgba(0,0,0,0.2);
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.ui.menu.new-menu:after {
|
||||
position: absolute;
|
||||
margin-top: -15px;
|
||||
display: block;
|
||||
background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 100%);
|
||||
background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 100%);
|
||||
content: ' ';
|
||||
right: 0;
|
||||
height: 53px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue