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;