Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4101444
Dropdown.less
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
Dropdown.less
View Options
/**
* Dropdown container
*/
.
vector-dropdown
{
position
:
relative
;
/**
* Dropdown toggle buttons. Doesn't apply to icon only buttons like the main menu dropdown.
* - language variants, Actions menus
* - more menu, user menu
* - ULS button in sticky header
*/
.
vector-dropdown-label
:
not
(
.
cdx
-button--icon-only
)
{
.
mixin-vector-arrowed-dropdown-toggle
();
}
.
vector-dropdown-label-text
{
font-size
:
@
font-size
-
dropdown
;
}
/**
* Invisible checkbox covering the dropdown toggle button.
*/
.
vector-dropdown-checkbox
{
cursor
:
pointer
;
position
:
absolute
;
top
:
0
;
left
:
0
;
z-index
:
@
z-index
-
stacking-1
;
opacity
:
0
;
width
:
100
%
;
height
:
100
%
;
margin
:
0
;
padding
:
0
;
//
Hide
and
show
menu
content
based
off
checked
status.
&:checked
~
.vector-dropdown-content
{
opacity
:
1
;
visibility
:
visible
;
height
:
auto
;
}
}
//
Dropdown
menu
container
.
Hidden
by
default
until
checkbox
is
checked
.
.
vector-dropdown-content
{
position
:
absolute
;
top
:
100
%
;
left
:
-@
border-width
-
base
;
opacity
:
0
;
height
:
0
;
visibility
:
hidden
;
overflow
:
hidden
auto
;
z-index
:
@
z-index
-
dropdown
;
.mixin-vector-dropdown-menu()
;
max-height
:
75
vh
;
}
}
.
vector-pinnable-element
.
vector-menu-heading
{
color
:
@
color
-
subtle
;
font-weight
:
normal
;
cursor
:
default
;
padding
:
@
padding
-
vertical
-
dropdown-menu-item
0
;
margin
:
@
padding
-
vertical
-
dropdown-menu-item
0
;
border-bottom
:
@
border-width
-
base
@
border-style
-
base
@
border-color
-
content-box
;
}
.
vector-pinnable-element
.
mw-list-item
,
.
vector-dropdown-content
.
mw-list-item
{
padding
:
0
;
a
{
.mixin-vector-dropdown-menu-item()
;
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 18, 16:57 (3 w, 4 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
8f/d8/e45ece7728a93de7a4f2a94e90e8
Default Alt Text
Dropdown.less (1 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment