Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4105701
CdxMenuItem-bidi.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
7 KB
Referenced Files
None
Subscribers
None
CdxMenuItem-bidi.css
View Options
.
cdx-menu-item
{
list-style
:
none
;
position
:
relative
;
font-size
:
var
(
--font-size-medium
,
1
rem
);
line-height
:
var
(
--line-height-small
,
1.375
rem
)}
[
dir
]
.
cdx-menu-item
{
padding
:
8
px
12
px
;
transition-property
:
background-color
,
color
,
border-color
,
box-shadow
;
transition-duration
:
.1
s
}.
cdx-menu-item__content
{
display
:
flex
;
align-items
:
center
;
word-wrap
:
break-word
}@
supports
(
word-break
:
break-word
;
)
{
.cdx-menu-item__content{
word-wrap
:
unset
;
word-break
:
break-word
}
}
@
supports
(
overflow-wrap
:
anywhere
)
{.
cdx-menu-item__content
{
word-break
:
normal
;
overflow-wrap
:
anywhere
}}.
cdx-menu-item__content
:
lang
(
de
),
.
cdx-menu-item__content
:
lang
(
de-AT
),
.
cdx-menu-item__content
:
lang
(
de-CH
),
.
cdx-menu-item__content
:
lang
(
de-DE
),
.
cdx-menu-item__content
:
lang
(
de-LI
),
.
cdx-menu-item__content
:
lang
(
de-LU
),
.
cdx-menu-item__content
:
lang
(
de-x-formal
)
{
-webkit-
hyphens
:
auto
;
-ms-
hyphens
:
auto
;
hyphens
:
auto
}.
cdx-menu-item__content
,
.
cdx-menu-item__content
:
hover
{
text-decoration
:
none
}.
cdx-menu-item--has-description
.
cdx-menu-item__content
{
align-items
:
flex-start
}.
cdx-menu-item__text
{
max-width
:
100
%
}.
cdx-menu-item__text__description
{
display
:
block
}
[
dir
=
ltr
]
.
cdx-menu-item__thumbnail
.
cdx-thumbnail
{
margin-right
:
8
px
}
[
dir
=
rtl
]
.
cdx-menu-item__thumbnail
.
cdx-thumbnail
{
margin-left
:
8
px
}.
cdx-menu-item__icon
{
height
:
var
(
--line-height-small
,
1.375
rem
)}
[
dir
=
ltr
]
.
cdx-menu-item__icon
{
margin-right
:
8
px
}
[
dir
=
rtl
]
.
cdx-menu-item__icon
{
margin-left
:
8
px
}.
cdx-menu-item__icon
.
cdx-icon
{
color
:
var
(
--color-subtle
,
#54595d
)}.
cdx-menu-item__selected-icon
{
height
:
var
(
--line-height-small
,
1.375
rem
)}
[
dir
=
ltr
]
.
cdx-menu-item__selected-icon
{
margin-left
:
auto
}
[
dir
=
rtl
]
.
cdx-menu-item__selected-icon
{
margin-right
:
auto
}.
cdx-menu-item__selected-icon
.
cdx-icon
{
color
:
inherit
}.
cdx-menu-item--bold-label
.
cdx-menu-item__text__label
{
font-weight
:
700
}.
cdx-menu-item--hide-description-overflow
.
cdx-menu-item__text
{
overflow
:
hidden
}.
cdx-menu-item--hide-description-overflow
.
cdx-menu-item__text__description
{
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
}.
cdx-menu-item--enabled
,
.
cdx-menu-item--enabled
.
cdx-menu-item__content
{
color
:
var
(
--color-base
,
#202122
)}.
cdx-menu-item--enabled
.
cdx-menu-item__text__supporting-text
,
.
cdx-menu-item--enabled
.
cdx-menu-item__text__description
{
color
:
var
(
--color-subtle
,
#54595d
)}
[
dir
]
.
cdx-menu-item--enabled
.
cdx-menu-item--highlighted
{
background-color
:
var
(
--background-color-interactive-subtle--hover
,
#eaecf0
);
cursor
:
pointer
}
[
dir
]
.
cdx-menu-item--enabled
.
cdx-menu-item--active
{
background-color
:
var
(
--background-color-interactive-subtle--active
,
#dadde3
)}.
cdx-menu-item--enabled
.
cdx-menu-item--selected
{
color
:
var
(
--color-progressive
,
#36c
)}
[
dir
]
.
cdx-menu-item--enabled
.
cdx-menu-item--selected
{
background-color
:
var
(
--background-color-progressive-subtle
,
#f1f4fd
)}.
cdx-menu-item--enabled
.
cdx-menu-item--selected
.
cdx-menu-item__content
,
.
cdx-menu-item--enabled
.
cdx-menu-item--selected
.
cdx-menu-item__text__supporting-text
,
.
cdx-menu-item--enabled
.
cdx-menu-item--selected
.
cdx-menu-item__text__description
,
.
cdx-menu-item--enabled
.
cdx-menu-item--selected
.
cdx-menu-item__icon
{
color
:
var
(
--color-progressive
,
#36c
)}
[
dir
]
.
cdx-menu-item--enabled
.
cdx-menu-item--selected
.
cdx-menu-item--highlighted
{
background-color
:
var
(
--background-color-progressive-subtle--hover
,
#d9e2ff
)}.
cdx-menu-item--enabled
.
cdx-menu-item--selected
.
cdx-menu-item--highlighted
.
cdx-menu-item__content
,
.
cdx-menu-item--enabled
.
cdx-menu-item--selected
.
cdx-menu-item--highlighted
.
cdx-menu-item__text__supporting-text
,
.
cdx-menu-item--enabled
.
cdx-menu-item--selected
.
cdx-menu-item--highlighted
.
cdx-menu-item__text__description
,
.
cdx-menu-item--enabled
.
cdx-menu-item--selected
.
cdx-menu-item--highlighted
.
cdx-menu-item__icon
{
color
:
var
(
--color-progressive--hover
,
#3056a9
)}
[
dir
]
.
cdx-menu-item--enabled
.
cdx-menu-item--selected
.
cdx-menu-item--active
{
background-color
:
var
(
--background-color-progressive-subtle--active
,
#b6d4fb
)}.
cdx-menu-item--enabled
.
cdx-menu-item--selected
.
cdx-menu-item--active
.
cdx-menu-item__content
,
.
cdx-menu-item--enabled
.
cdx-menu-item--selected
.
cdx-menu-item--active
.
cdx-menu-item__text__supporting-text
,
.
cdx-menu-item--enabled
.
cdx-menu-item--selected
.
cdx-menu-item--active
.
cdx-menu-item__text__description
,
.
cdx-menu-item--enabled
.
cdx-menu-item--selected
.
cdx-menu-item--active
.
cdx-menu-item__icon
{
color
:
var
(
--color-progressive--active
,
#233566
)}.
cdx-menu-item--disabled
{
color
:
var
(
--color-disabled
,
#a2a9b1
)}
[
dir
]
.
cdx-menu-item--disabled
{
cursor
:
default
}.
cdx-menu-item--disabled
.
cdx-menu-item__text__description
,
.
cdx-menu-item--disabled
.
cdx-menu-item__icon
{
color
:
inherit
}.
cdx-menu-item--destructive
.
cdx-menu-item__content
,
.
cdx-menu-item--destructive
.
cdx-menu-item__text__supporting-text
,
.
cdx-menu-item--destructive
.
cdx-menu-item__text__description
,
.
cdx-menu-item--destructive
.
cdx-menu-item__icon
{
color
:
var
(
--color-destructive
,
#bf3c2c
)}
[
dir
]
.
cdx-menu-item--destructive
.
cdx-menu-item--highlighted
{
background-color
:
var
(
--background-color-destructive-subtle--hover
,
#ffdad3
)}.
cdx-menu-item--destructive
.
cdx-menu-item--highlighted
.
cdx-menu-item__content
,
.
cdx-menu-item--destructive
.
cdx-menu-item--highlighted
.
cdx-menu-item__text__supporting-text
,
.
cdx-menu-item--destructive
.
cdx-menu-item--highlighted
.
cdx-menu-item__text__description
,
.
cdx-menu-item--destructive
.
cdx-menu-item--highlighted
.
cdx-menu-item__icon
{
color
:
var
(
--color-destructive--hover
,
#9f3526
)}
[
dir
]
.
cdx-menu-item--destructive
.
cdx-menu-item--active
{
background-color
:
var
(
--background-color-destructive-subtle--active
,
#ffc8bd
)}.
cdx-menu-item--destructive
.
cdx-menu-item--active
.
cdx-menu-item__content
,
.
cdx-menu-item--destructive
.
cdx-menu-item--active
.
cdx-menu-item__text__supporting-text
,
.
cdx-menu-item--destructive
.
cdx-menu-item--active
.
cdx-menu-item__text__description
,
.
cdx-menu-item--destructive
.
cdx-menu-item--active
.
cdx-menu-item__icon
{
color
:
var
(
--color-destructive--active
,
#612419
)}.
cdx-menu-item--destructive
.
cdx-menu-item--selected
{
color
:
var
(
--color-destructive
,
#bf3c2c
)}
[
dir
]
.
cdx-menu-item--destructive
.
cdx-menu-item--selected
{
background-color
:
var
(
--background-color-destructive-subtle
,
#ffe9e5
)}.
cdx-menu-item--destructive
.
cdx-menu-item--selected
.
cdx-menu-item__content
,
.
cdx-menu-item--destructive
.
cdx-menu-item--selected
.
cdx-menu-item__text__supporting-text
,
.
cdx-menu-item--destructive
.
cdx-menu-item--selected
.
cdx-menu-item__text__description
,
.
cdx-menu-item--destructive
.
cdx-menu-item--selected
.
cdx-menu-item__icon
{
color
:
var
(
--color-destructive
,
#bf3c2c
)}
[
dir
]
.
cdx-menu-item--destructive
.
cdx-menu-item--selected
.
cdx-menu-item--highlighted
{
background-color
:
var
(
--background-color-destructive-subtle--hover
,
#ffdad3
)}.
cdx-menu-item--destructive
.
cdx-menu-item--selected
.
cdx-menu-item--highlighted
.
cdx-menu-item__content
,
.
cdx-menu-item--destructive
.
cdx-menu-item--selected
.
cdx-menu-item--highlighted
.
cdx-menu-item__text__supporting-text
,
.
cdx-menu-item--destructive
.
cdx-menu-item--selected
.
cdx-menu-item--highlighted
.
cdx-menu-item__text__description
,
.
cdx-menu-item--destructive
.
cdx-menu-item--selected
.
cdx-menu-item--highlighted
.
cdx-menu-item__icon
{
color
:
var
(
--color-destructive--hover
,
#9f3526
)}
[
dir
]
.
cdx-menu-item--destructive
.
cdx-menu-item--selected
.
cdx-menu-item--active
{
background-color
:
var
(
--background-color-destructive-subtle--active
,
#ffc8bd
)}.
cdx-menu-item--destructive
.
cdx-menu-item--selected
.
cdx-menu-item--active
.
cdx-menu-item__content
,
.
cdx-menu-item--destructive
.
cdx-menu-item--selected
.
cdx-menu-item--active
.
cdx-menu-item__text__supporting-text
,
.
cdx-menu-item--destructive
.
cdx-menu-item--selected
.
cdx-menu-item--active
.
cdx-menu-item__text__description
,
.
cdx-menu-item--destructive
.
cdx-menu-item--selected
.
cdx-menu-item--active
.
cdx-menu-item__icon
{
color
:
var
(
--color-destructive--active
,
#612419
)}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 18, 19:06 (3 w, 4 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
92/41/35508ef69dec4f5b48ee19ee0efc
Default Alt Text
CdxMenuItem-bidi.css (7 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment