mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: do not show shadow on hover images on touch devices (#8429)
This commit is contained in:
parent
d10f55c3e9
commit
7fc99f5e7b
@ -73,6 +73,7 @@ $meta-element-margin: 6px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.discourse-no-touch {
|
||||
@if is-light-color-scheme() {
|
||||
a.lightbox {
|
||||
-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
|
||||
@ -85,3 +86,4 @@ $meta-element-margin: 6px;
|
||||
0 2px 10px 0 rgba($primary, 0.2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user