summaryrefslogtreecommitdiff
path: root/javascript/videojs/src/css/components/_button.scss
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/videojs/src/css/components/_button.scss')
-rw-r--r--javascript/videojs/src/css/components/_button.scss27
1 files changed, 0 insertions, 27 deletions
diff --git a/javascript/videojs/src/css/components/_button.scss b/javascript/videojs/src/css/components/_button.scss
deleted file mode 100644
index e14a921..0000000
--- a/javascript/videojs/src/css/components/_button.scss
+++ /dev/null
@@ -1,27 +0,0 @@
-.video-js button {
- background: none;
- border: none;
- color: inherit;
- display: inline-block;
-
- font-size: inherit; // IE in general. WTF.
- line-height: inherit;
- text-transform: none;
- text-decoration: none;
- transition: none;
-
- // Chrome < 83
- -webkit-appearance: none;
- appearance: none;
-}
-
-// Replacement for focus in case spatial navigation is enabled
-.video-js.vjs-spatial-navigation-enabled .vjs-button:focus {
- outline: 0.0625em solid rgba($primary-foreground-color, 1);
- box-shadow: none;
-}
-
-.vjs-control .vjs-button {
- width: 100%;
- height: 100%;
-}