UNPKG

@phosphor/widgets

Version:
21 lines (16 loc) 509 B
/*----------------------------------------------------------------------------- | Copyright (c) 2014-2017, PhosphorJS Contributors | | Distributed under the terms of the BSD 3-Clause License. | | The full license is in the file LICENSE, distributed with this software. |----------------------------------------------------------------------------*/ .p-Widget { box-sizing: border-box; position: relative; overflow: hidden; cursor: default; } .p-Widget.p-mod-hidden { display: none !important; }