Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4143441
ext.uls.mixins.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
ext.uls.mixins.less
View Options
//
Generate
a
caret
by
embedding
in
the
callout
.
//
Expects
callout
to
have
either
selector-right
or
selecter-left
class
on
it
to
determine
directionality
.
.
caret
()
{
&::before,
&::after
{
border-top
:
10
px
@
border-style
-
base
@
border-color
-
transparent
;
border-bottom
:
10
px
@
border-style
-
base
@
border-color
-
transparent
;
display
:
inline-block
;
/* 17px aligns nicely with the size of the search row in language selection */
top
:
17
px
;
position
:
absolute
;
content
:
''
;
}
&
.
selector-right
{
&::before
{
/* @noflip */
border-left
:
10
px
@
border-style
-
base
@
border-color
-
subtle
;
/* @noflip */
right
:
-11
px
;
}
&
::
after
{
/* @noflip */
border-left
:
10
px
@
border-style
-
base
@
border-color
-
inverted
;
/* @noflip */
right
:
-10
px
;
}
}
&
.
selector-left
{
&::before
{
/* @noflip */
border-right
:
10
px
@
border-style
-
base
@
border-color
-
subtle
;
/* @noflip */
left
:
-11
px
;
}
&
::
after
{
/* @noflip */
border-right
:
10
px
@
border-style
-
base
@
border-color
-
inverted
;
/* @noflip */
left
:
-10
px
;
}
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Aug 19 2026, 16:49 (4 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
2c/3c/8ed0d89bb7ea45a75bd65842974b
Default Alt Text
ext.uls.mixins.less (1 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment