Files
shaka-player/ui/controls.less
T
Nico d5769eeda4 feat(ui): Add tooltips to control panel buttons (#3572)
Adds configurable tooltips that display the function of buttons in the control panel.
Closes: #3269
2021-08-23 10:00:43 -07:00

19 lines
606 B
Plaintext

/** @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
@import "less/general.less";
@import "less/containers.less";
@import "less/buttons.less";
@import "less/range_elements.less";
@import "less/spinner.less";
@import "less/other_elements.less";
@import "less/overflow_menu.less";
@import "less/ad_controls.less";
@import "less/tooltip.less";
@import (css, inline) "https://fonts.googleapis.com/css?family=Roboto";
// NOTE: Working around google/material-design-icons#958
@import (css, inline) "https://fonts.googleapis.com/icon?family=Material+Icons+Round";