blob: 72c007ced86433801ed7cb43751446ebfbebe829 [file] [log] [blame]
{"version":3,"sources":["../../lib/css/unit_outline.css"],"names":[],"mappings":"AAAA;;;;EAIE,CAGF,mCAEE,aACF,CAEA,aACE,YAAa,CACb,qBAAsB,CACtB,eAAgB,CAChB,uBAAgB,CAAhB,eAAgB,CAChB,UACF,CACA,oBACE,YAAa,CACb,uBACF,CACA,2BACE,qBAAuB,CACvB,mCAAqC,CACrC,oBAAsB,CACtB,mBAAoB,CACpB,cAAe,CACf,WAAY,CACZ,mBAAoB,CACpB,eAAgB,CAChB,UACF,CACA,iDACE,0BACF,CACA,0BAEE,8BAA+B,CAG/B,WAAY,CACZ,kBAAqB,CAErB,kBAAoB,CAEpB,YAAc,CAEd,YACF,CACA,qDAbE,iBAAkB,CAElB,mBAAqB,CACrB,mBAAoB,CAGpB,gBAAkB,CAElB,iBAAkB,CAElB,iBAaF,CAVA,2BAIE,kDAAqD,CAErD,UAAY,CAGZ,SACF,CACA,kCACE,8BACF,CACA,sFAGE,eAAgB,CAChB,cACF,CACA,6BACE,qBACF,CACA,iEACE,YACF,CACA,gEACE,aACF,CACA,4DACE,8BAA+B,CAC/B,eAAgB,CAChB,sBACF,CACA,eACE,mBAAoB,CACpB,aAAc,CACd,kBAAmB,CACnB,eAAgB,CAChB,iCAAoC,CACpC,iBAAkB,CAClB,sBAAuB,CACvB,wBAAiB,CAAjB,qBAAiB,CAAjB,oBAAiB,CAAjB,gBAAiB,CACjB,kBACF,CACA,0CAEE,mBAAoB,CACpB,yBACF,CACA,iDACE,mBAAoB,CACpB,eACF,CACA,6CACE,aAAc,CACd,kBAAmB,CACnB,eAAgB,CAChB,kBAAmB,CACnB,cACF,CACA,kIAEE,8BACF,CACA,iEACE,oBACF,CACA,6CACE,iBAAkB,CAClB,oBACF,CACA,6CACE,iBAAmB,CACnB,mBACF,CACA,6CACE,uCAAyC,CACzC,iBAAmB,CACnB,kBAAmB,CACnB,kBACF,CACA,0LAEE,iBAAkB,CAClB,iCAAkC,CAClC,UAAW,CACX,aAAc,CACd,eAAiB,CACjB,aAAe,CACf,iBAAkB,CAClB,YAAc,CACd,cACF,CACA,4JAEE,sCAAwC,CACxC,sCAAwC,CACxC,cAAe,CACf,mCAAqC,CACrC,UAAW,CACX,aAAc,CACd,QAAS,CACT,UAAY,CACZ,iBAAkB,CAClB,WAAa,CACb,+BAAiC,CACjC,OACF,CACA,gJAEE,uBACF,CACA,gKAEE,WAAY,CACZ,UACF,CACA,iEACE,0CACF","file":"unit_outline.css","sourcesContent":["/*!\n * Copyright 2020 The Go Authors. All rights reserved.\n * Use of this source code is governed by a BSD-style\n * license that can be found in the LICENSE file.\n */\n\n/* TODO(jamal): remove these styles with legacy code. */\n.Documentation-index,\n.DocNav-index {\n display: block;\n}\n\n.UnitOutline {\n display: flex;\n flex-direction: column;\n max-height: 100%;\n position: sticky;\n top: 4.5rem;\n}\n.UnitOutline-jumpTo {\n display: flex;\n margin-bottom: -0.1625rem;\n}\n.UnitOutline-jumpTo button {\n background-color: white;\n border: 0.0625rem solid var(--gray-8);\n border-radius: 0.25rem;\n color: var(--gray-4);\n cursor: pointer;\n height: 2rem;\n padding-left: 1.5rem;\n text-align: left;\n width: 100%;\n}\n.UnitOutline-jumpTo button:hover:not([disabled]) {\n border-color: var(--gray-7);\n}\n.UnitOutline-jumpTo::after {\n align-self: center;\n background-color: var(--gray-9);\n border-radius: 0.5rem;\n color: var(--gray-6);\n content: 'f';\n content: 'f' / 'find';\n font-size: 0.75rem;\n padding: 0.0625rem 0;\n position: absolute;\n right: 0.75rem;\n text-align: center;\n width: 1.5rem;\n}\n.UnitOutline-jumpTo::before {\n align-self: center;\n border-radius: 0.5rem;\n color: var(--gray-6);\n content: url('/static/img/pkg-icon-jumpTo_16x16.svg');\n font-size: 0.75rem;\n left: 0.4rem;\n position: absolute;\n text-align: center;\n top: 0.5rem;\n}\n.UnitOutline-jumpToInput:disabled {\n background-color: var(--gray-9);\n}\n.UnitOutline ul[role='tree'],\n.UnitOutline ul[role='treeitem'],\n.UnitOutline ul[role='group'] {\n list-style: none;\n padding-left: 0;\n}\n.UnitOutline li:last-of-type {\n padding-bottom: 0.25rem;\n}\n.UnitOutline [role='treeitem'][aria-expanded='false'] + ul[role='group'] {\n display: none;\n}\n.UnitOutline [role='treeitem'][aria-expanded='true'] + ul[role='group'] {\n display: block;\n}\n.UnitOutline [role='treeitem'][aria-level='1'] + ul[role='group'] {\n max-height: calc(100vh - 20rem);\n overflow-y: auto;\n padding: 0.5rem 0.25rem 0 0.25rem;\n}\n.UnitOutline a {\n color: var(--gray-2);\n display: block;\n line-height: 1.5rem;\n overflow: hidden;\n padding: 0.125rem 0 0.125rem 1.25rem;\n position: relative;\n text-overflow: ellipsis;\n user-select: none;\n white-space: nowrap;\n}\n.UnitOutline a:focus,\n.UnitOutline a:hover {\n outline: transparent;\n text-decoration: underline;\n}\n.UnitOutline [role='treeitem'][aria-selected='true'] {\n color: var(--gray-1);\n font-weight: 500;\n}\n.UnitOutline [role='treeitem'][aria-level='1'] {\n display: block;\n font-size: 1.125rem;\n font-weight: 500;\n line-height: 2.5rem;\n padding: 0 1rem;\n}\n.UnitOutline [role='treeitem'][aria-level='1'][aria-selected='true'],\n.UnitOutline [role='treeitem'][aria-level='1'][aria-expanded='true'] {\n background-color: var(--gray-9);\n}\n.UnitOutline [role='treeitem'][aria-level='3'][aria-expanded='true'] {\n margin-bottom: 0.375em;\n}\n.UnitOutline [role='treeitem'][aria-level='2'] {\n position: relative;\n margin-bottom: 0.25rem;\n}\n.UnitOutline [role='treeitem'][aria-level='3'] {\n font-size: 0.875rem;\n padding-left: 2.5rem;\n}\n.UnitOutline [role='treeitem'][aria-level='4'] {\n border-left: 0.125rem solid var(--gray-9);\n font-size: 0.875rem;\n margin-left: 2.5rem;\n padding-left: 0.5rem;\n}\n.UnitOutline [role='treeitem'][aria-selected='true'][aria-level='2']:not([aria-expanded])::before,\n.UnitOutline [role='treeitem'][aria-selected='true'][aria-level='3']:not([aria-expanded])::before {\n border-radius: 50%;\n background-color: var(--turq-dark);\n content: '';\n display: block;\n height: 0.3125rem;\n left: 0.4688rem;\n position: absolute;\n top: 0.6875rem;\n width: 0.3125rem;\n}\n.UnitOutline [role='treeitem'][aria-expanded][aria-owns][aria-level='2']::before,\n.UnitOutline [role='treeitem'][aria-expanded][aria-owns][aria-level='3']::before {\n border-bottom: 0.25rem solid transparent;\n border-left: 0.25rem solid var(--gray-4);\n border-right: 0;\n border-top: 0.25rem solid transparent;\n content: '';\n display: block;\n height: 0;\n left: 0.5rem;\n position: absolute;\n top: 0.625rem;\n transition: transform 0.1s linear;\n width: 0;\n}\n.UnitOutline [role='treeitem'][aria-expanded='true'][aria-level='2']::before,\n.UnitOutline [role='treeitem'][aria-expanded='true'][aria-level='3']::before {\n transform: rotate(90deg);\n}\n.UnitOutline [role='treeitem'][aria-expanded][aria-level='3']:not([empty])::before,\n.UnitOutline [role='treeitem'][aria-selected][aria-level='3']:not([empty])::before {\n left: 1.5rem;\n top: 0.75rem;\n}\n.UnitOutline [role='treeitem'][aria-selected='true'][aria-level='4'] {\n border-left: 0.125rem solid var(--turq-dark);\n}\n"]}