We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd00f4f commit e623a62Copy full SHA for e623a62
1 file changed
app/assets/stylesheets/utilities.scss
@@ -263,13 +263,15 @@ div:hover > .copy-button {
263
}
264
265
266
-.__mobile-only {
+.__mobile-only,
267
+a.__mobile-only:any-link {
268
@media screen and (min-width: $screen-sm) {
269
display: none;
270
271
272
-.__desktop-only {
273
+.__desktop-only,
274
+a.__desktop-only:any-link {
275
@media screen and (max-width: $screen-sm) {
276
277
0 commit comments