clean project-slideshow script
This commit is contained in:
parent
1b108ac44f
commit
4dd4834aeb
3 changed files with 3 additions and 28 deletions
|
|
@ -105,7 +105,7 @@ ul {
|
|||
}
|
||||
|
||||
nav {
|
||||
.filter-menu {
|
||||
&.filter-menu {
|
||||
display: flex;
|
||||
opacity: 1;
|
||||
position: relative;
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ ul {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
nav .filter-menu {
|
||||
nav.filter-menu {
|
||||
display: flex;
|
||||
opacity: 1;
|
||||
position: relative;
|
||||
|
|
@ -109,7 +109,7 @@ nav .filter-menu {
|
|||
gap: calc(2 * var(--body-margin));
|
||||
margin: calc(4 * var(--line-height-S)) 0 var(--line-height-S) 0;
|
||||
}
|
||||
nav .filter-menu a {
|
||||
nav.filter-menu a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue