blob: 94b91132f5d484969b21a8f0346ab390d990f664 [file] [log] [blame]
/* Copyright 2019 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.*/
@namespace "http://www.w3.org/1999/xhtml";
/* On Android, we always want the slider thumb to appear. */
video::-webkit-media-controls input[pseudo="-webkit-media-controls-timeline" i]::-webkit-slider-thumb,
audio::-webkit-media-controls input[pseudo="-webkit-media-controls-timeline" i]::-webkit-slider-thumb {
opacity: 1;
}