From 2c58dc86282a9719db6e7d47479134b81363920e Mon Sep 17 00:00:00 2001 From: johannchopin Date: Tue, 5 Jan 2021 19:41:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Unnecessary=20css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/theme/theme.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/utils/theme/theme.css b/src/utils/theme/theme.css index 6a59735174..9d256e4dc2 100644 --- a/src/utils/theme/theme.css +++ b/src/utils/theme/theme.css @@ -135,17 +135,11 @@ main.wrap { } } -.gitmoji-clipboard-code-underline { - display: none; -} - .gitmoji-clipboard-code .gitmoji-clipboard-code-underline { position: absolute; - display: inline; left: 0; bottom: 0; width: 0; - margin-top: 1em; /* put it under the text */ height: 0.2em; border-radius: 4px; transition: width 0.15s;