From 7345768575a5b1a40200f23fabbb3136f1843971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Javier=20Villase=C3=B1or=20Castillo?= Date: Wed, 10 Jan 2024 14:32:27 -0600 Subject: [PATCH] feat(error): remove confusing decorative X from error display modal (#8553) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Modify _error: -Remove the ‘x’ decorative element from the error display modal. --- src/css/components/_error.scss | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/src/css/components/_error.scss b/src/css/components/_error.scss index 67d6a7e395..118e26282e 100644 --- a/src/css/components/_error.scss +++ b/src/css/components/_error.scss @@ -2,22 +2,3 @@ font-size: 1.4em; text-align: center; } - -.vjs-error .vjs-error-display:before { - color: #fff; - content: 'X'; - font-family: $text-font-family; - font-size: 4em; - left: 0; - - // In order to center the play icon vertically we need to set the line height - // to the same as the button height - line-height: 1; - margin-top: -0.5em; - position: absolute; - text-shadow: 0.05em 0.05em 0.1em #000; - text-align: center; - top: 50%; - vertical-align: middle; - width: 100%; -}