diff options
Diffstat (limited to 'assets/css/components')
-rw-r--r-- | assets/css/components/_card.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/components/_card.scss b/assets/css/components/_card.scss index 7fa54e5..e1f92b0 100644 --- a/assets/css/components/_card.scss +++ b/assets/css/components/_card.scss | |||
@@ -127,6 +127,12 @@ | |||
127 | transition: opacity .2s; | 127 | transition: opacity .2s; |
128 | opacity: 0; | 128 | opacity: 0; |
129 | background-color: prop(--colors --hover --bg); | 129 | background-color: prop(--colors --hover --bg); |
130 | |||
131 | @media (hover: none) { | ||
132 | position: static; | ||
133 | opacity: 1; | ||
134 | background-color: transparent; | ||
135 | } | ||
130 | } | 136 | } |
131 | } | 137 | } |
132 | 138 | ||