From 5a654d29845d3e6e874c7b33070ac186263e8a10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Tue, 11 Oct 2022 18:30:27 +0200 Subject: [PATCH] Remove obsolete CSS for the dashboard clipboard This code isn't used since we removed the copy link feature in commit 5bbf325c1. --- app/assets/stylesheets/dashboard.scss | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/app/assets/stylesheets/dashboard.scss b/app/assets/stylesheets/dashboard.scss index 56d2268bc..8bd4e7cbd 100644 --- a/app/assets/stylesheets/dashboard.scss +++ b/app/assets/stylesheets/dashboard.scss @@ -441,26 +441,6 @@ position: relative; text-align: center; - .clipboard { - border: 1px solid $brand; - border-radius: rem-calc(20); - cursor: pointer; - display: inline-block; - margin-bottom: $line-height; - padding: $line-height / 4 $line-height / 2; - padding-left: rem-calc(30); - position: relative; - text-decoration: none; - - &::before { - color: $brand; - content: "\6d"; - font-family: "icons"; - left: 6px; - position: absolute; - } - } - .button { font-weight: bold; }