mock shop page: can delete listings
This commit is contained in:
@@ -536,6 +536,9 @@
|
||||
.italic {
|
||||
font-style: italic;
|
||||
}
|
||||
.no-underline {
|
||||
text-decoration-line: none;
|
||||
}
|
||||
.underline {
|
||||
text-decoration-line: underline;
|
||||
}
|
||||
@@ -764,6 +767,13 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.hover\:no-underline {
|
||||
&:hover {
|
||||
@media (hover: hover) {
|
||||
text-decoration-line: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
.hover\:underline {
|
||||
&:hover {
|
||||
@media (hover: hover) {
|
||||
|
||||
Reference in New Issue
Block a user