@adobe/spectrum-css
Version:
The Spectrum CSS top-level backwards compatible package
1,776 lines (1,682 loc) • 307 kB
CSS
.spectrum-Well {
display: block;
min-width: 248px;
padding: 16px;
margin-top: 4px;
border-width: 1px;
border-style: solid;
border-radius: 5px;
}
.spectrum-Well {
background-color: rgba(200,200,200,0.02);
border-color: rgba(239,239,239,0.05);
}
.spectrum-Icon,
.spectrum-UIIcon {
display: inline-block;
color: inherit;
fill: currentColor;
pointer-events: none;
}
.spectrum-Icon:not(:root), .spectrum-UIIcon:not(:root) {
overflow: hidden;
}
.spectrum-Icon--sizeXXS,
.spectrum-Icon--sizeXXS img,
.spectrum-Icon--sizeXXS svg {
height: 11px;
width: 11px;
}
.spectrum-Icon--sizeXS,
.spectrum-Icon--sizeXS img,
.spectrum-Icon--sizeXS svg {
height: 15px;
width: 15px;
}
.spectrum-Icon--sizeS,
.spectrum-Icon--sizeS img,
.spectrum-Icon--sizeS svg {
height: 22px;
width: 22px;
}
.spectrum-Icon--sizeM,
.spectrum-Icon--sizeM img,
.spectrum-Icon--sizeM svg {
height: 30px;
width: 30px;
}
.spectrum-Icon--sizeL,
.spectrum-Icon--sizeL img,
.spectrum-Icon--sizeL svg {
height: 44px;
width: 44px;
}
.spectrum-Icon--sizeXL,
.spectrum-Icon--sizeXL img,
.spectrum-Icon--sizeXL svg {
height: 60px;
width: 60px;
}
.spectrum-Icon--sizeXXL,
.spectrum-Icon--sizeXXL img,
.spectrum-Icon--sizeXXL svg {
height: 90px;
width: 90px;
}
.spectrum--medium .spectrum-UIIcon--large {
display: none;
}
.spectrum--medium .spectrum-UIIcon--medium {
display: inline;
}
.spectrum--large .spectrum-UIIcon--medium {
display: none;
}
.spectrum--large .spectrum-UIIcon--large {
display: inline;
}
.spectrum--large {
--ui-icon-large-display: block;
--ui-icon-medium-display: none;
}
.spectrum--medium {
--ui-icon-medium-display: block;
--ui-icon-large-display: none;
}
.spectrum-UIIcon--large {
display: var(--ui-icon-large-display);
}
.spectrum-UIIcon--medium {
display: var(--ui-icon-medium-display);
}
.spectrum-UIIcon-AlertMedium {
width: 22px;
height: 22px;
}
.spectrum-UIIcon-AlertSmall {
width: 18px;
height: 18px;
}
.spectrum-UIIcon-ArrowDownSmall {
width: 10px;
height: 12px;
}
.spectrum-UIIcon-ArrowLeftMedium {
width: 18px;
height: 12px;
}
.spectrum-UIIcon-Asterisk {
width: 10px;
height: 10px;
}
.spectrum-UIIcon-CheckmarkMedium {
width: 16px;
height: 16px;
}
.spectrum-UIIcon-CheckmarkSmall {
width: 12px;
height: 12px;
}
.spectrum-UIIcon-ChevronDownMedium {
width: 12px;
height: 8px;
}
.spectrum-UIIcon-ChevronDownSmall {
width: 10px;
height: 8px;
}
.spectrum-UIIcon-ChevronLeftLarge {
width: 16px;
height: 20px;
}
.spectrum-UIIcon-ChevronLeftMedium {
width: 8px;
height: 12px;
}
.spectrum-UIIcon-ChevronRightLarge {
width: 16px;
height: 20px;
}
.spectrum-UIIcon-ChevronRightMedium {
width: 8px;
height: 12px;
}
.spectrum-UIIcon-ChevronRightSmall {
width: 8px;
height: 10px;
}
.spectrum-UIIcon-ChevronUpSmall {
width: 10px;
height: 8px;
}
.spectrum-UIIcon-CornerTriangle {
width: 6px;
height: 6px;
}
.spectrum-UIIcon-CrossLarge {
width: 16px;
height: 16px;
}
.spectrum-UIIcon-CrossMedium {
width: 10px;
height: 10px;
}
.spectrum-UIIcon-CrossSmall {
width: 10px;
height: 10px;
}
.spectrum-UIIcon-DashSmall {
width: 12px;
height: 12px;
}
.spectrum-UIIcon-DoubleGripper {
width: 20px;
height: 5px;
}
.spectrum-UIIcon-FolderBreadcrumb {
width: 22px;
height: 22px;
}
.spectrum-UIIcon-HelpMedium {
width: 22px;
height: 22px;
}
.spectrum-UIIcon-HelpSmall {
width: 18px;
height: 18px;
}
.spectrum-UIIcon-InfoMedium {
width: 22px;
height: 22px;
}
.spectrum-UIIcon-InfoSmall {
width: 18px;
height: 18px;
}
.spectrum-UIIcon-Magnifier {
width: 20px;
height: 20px;
}
.spectrum-UIIcon-SkipLeft {
width: 10px;
height: 12px;
}
.spectrum-UIIcon-SkipRight {
width: 10px;
height: 12px;
}
.spectrum-UIIcon-Star {
width: 22px;
height: 22px;
}
.spectrum-UIIcon-StarOutline {
width: 22px;
height: 22px;
}
.spectrum-UIIcon-SuccessMedium {
width: 22px;
height: 22px;
}
.spectrum-UIIcon-SuccessSmall {
width: 18px;
height: 18px;
}
.spectrum-UIIcon-TripleGripper {
width: 12px;
height: 9px;
}
.spectrum-TreeView {
display: block;
list-style: none;
position: relative;
padding: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: none;
}
.spectrum-TreeView-item {
overflow: hidden;
}
.spectrum-TreeView-item.is-open > .spectrum-TreeView-itemLink > .spectrum-TreeView-indicator {
transform: rotate(90deg);
}
.spectrum-TreeView-item.is-open > .spectrum-TreeView {
height: auto;
visibility: visible;
}
.spectrum-TreeView-itemLink {
display: block;
box-sizing: border-box;
cursor: pointer;
padding: 12px 30px;
text-decoration: none;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.spectrum-TreeView-itemLink:focus {
outline: none;
}
.spectrum-TreeView-itemLink .spectrum-Icon {
vertical-align: top;
margin-right: 10px;
}
.spectrum-TreeView-itemLink::before {
content: '';
position: absolute;
left: 2px;
right: 0;
z-index: -1;
margin-top: -8px;
height: 45px;
background-color: transparent;
border-radius: 5px;
}
.spectrum-TreeView-indicator {
display: block;
float: left;
position: relative;
left: 13px;
top: -6px;
margin-left: -42px;
margin-bottom: -13px;
padding: 13px;
transition: transform ease 130ms;
pointer-events: all !important;
}
.spectrum-TreeView .spectrum-TreeView {
position: static;
padding-left: 35px;
height: 0;
visibility: hidden;
}
.spectrum-TreeView-item--indent1 {
padding-left: 35px;
}
.spectrum-TreeView-item--indent2 {
padding-left: 70px;
}
.spectrum-TreeView-item--indent3 {
padding-left: 105px;
}
.spectrum-TreeView-item--indent4 {
padding-left: 140px;
}
.spectrum-TreeView-item--indent5 {
padding-left: 175px;
}
.spectrum-TreeView-item--indent6 {
padding-left: 210px;
}
.spectrum-TreeView-item--indent7 {
padding-left: 245px;
}
.spectrum-TreeView-item--indent8 {
padding-left: 280px;
}
.spectrum-TreeView-item--indent9 {
padding-left: 315px;
}
.spectrum-TreeView-item--indent10 {
padding-left: 350px;
}
.spectrum-TreeView-item.is-disabled > .spectrum-TreeView-itemLink {
color: rgb(92, 92, 92);
}
.spectrum-TreeView-item.is-disabled > .spectrum-TreeView-itemLink .spectrum-Icon {
color: rgb(73, 73, 73);
}
.spectrum-TreeView-itemLink {
color: rgb(200, 200, 200);
}
.spectrum-TreeView-itemLink:hover,
.spectrum-TreeView-itemLink.is-selected {
color: rgb(239, 239, 239);
}
.spectrum-TreeView-itemLink:hover::before, .spectrum-TreeView-itemLink.is-selected::before {
background-color: rgba(239,239,239,0.08);
}
.spectrum-TreeView-itemLink.focus-ring {
color: rgb(239, 239, 239);
}
.spectrum-TreeView-itemLink.focus-ring::before {
background-color: rgba(239,239,239,0.08);
box-shadow: 0px 0px 0px 2px rgb(20, 115, 230) inset;
}
.spectrum-TreeView-itemLink.is-drop-target::before {
background-color: rgba(38,128,235,0.2);
box-shadow: 0px 0px 0px 2px rgb(20, 115, 230) inset;
}
.spectrum-ToggleSwitch {
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: start;
align-items: flex-start;
position: relative;
min-height: 40px;
max-width: 100%;
margin-right: 20px;
vertical-align: top;
}
.spectrum-ToggleSwitch-input {
margin: 0;
box-sizing: border-box;
padding: 0;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: .0001;
z-index: 1;
cursor: pointer;
}
.spectrum-ToggleSwitch-input:checked + .spectrum-ToggleSwitch-switch::after {
transform: translateX(18px);
}
.spectrum-ToggleSwitch-input:disabled,
.spectrum-ToggleSwitch-input[disabled] {
cursor: default;
}
.spectrum-ToggleSwitch-label {
margin: 0 13px;
font-size: 17px;
transition: color 160ms ease-in-out;
margin-top: 8px;
}
.spectrum-ToggleSwitch-switch {
display: inline-block;
position: relative;
height: 18px;
width: 36px;
margin: 11px 0;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
vertical-align: middle;
}
.spectrum-ToggleSwitch-switch::before,
.spectrum-ToggleSwitch-switch::after {
display: block;
position: absolute;
content: "";
box-sizing: border-box;
}
.spectrum-ToggleSwitch-switch::before {
transition: background 130ms ease-in-out, border 130ms ease-in-out;
height: 18px;
left: 0;
right: 0;
border-radius: 9px;
}
.spectrum-ToggleSwitch-switch::after {
transition: background 130ms ease-in-out, border 130ms ease-in-out, transform 130ms ease-in-out, box-shadow 130ms ease-in-out;
width: 18px;
height: 18px;
top: 0;
left: 0;
border-width: 2px;
border-radius: 9px;
border-style: solid;
}
.spectrum-ToggleSwitch-switch::before {
background-color: rgb(57, 57, 57);
}
.spectrum-ToggleSwitch-switch::after {
background-color: rgb(26, 26, 26);
border-color: rgb(124, 124, 124);
}
.spectrum-ToggleSwitch-input ~ .spectrum-ToggleSwitch-label {
color: rgb(200, 200, 200);
}
.spectrum-ToggleSwitch-input:checked + .spectrum-ToggleSwitch-switch::before {
background-color: rgb(38, 128, 235);
}
.spectrum-ToggleSwitch-input:checked + .spectrum-ToggleSwitch-switch::after {
border-color: rgb(38, 128, 235);
}
.spectrum-ToggleSwitch:hover .spectrum-ToggleSwitch-input + .spectrum-ToggleSwitch-switch::after {
border-color: rgb(162, 162, 162);
box-shadow: none;
}
.spectrum-ToggleSwitch:hover .spectrum-ToggleSwitch-input ~ .spectrum-ToggleSwitch-label {
color: rgb(239, 239, 239);
}
.spectrum-ToggleSwitch:hover .spectrum-ToggleSwitch-input:checked:enabled + .spectrum-ToggleSwitch-switch::before {
background-color: rgb(55, 142, 240);
}
.spectrum-ToggleSwitch:hover .spectrum-ToggleSwitch-input:checked:enabled + .spectrum-ToggleSwitch-switch::after {
border-color: rgb(55, 142, 240);
}
.spectrum-ToggleSwitch:active .spectrum-ToggleSwitch-input + .spectrum-ToggleSwitch-switch::after {
border-color: rgb(200, 200, 200);
}
.spectrum-ToggleSwitch:active .spectrum-ToggleSwitch-input ~ .spectrum-ToggleSwitch-label {
color: rgb(239, 239, 239);
}
.spectrum-ToggleSwitch:active .spectrum-ToggleSwitch-input:checked:enabled + .spectrum-ToggleSwitch-switch::before {
background-color: rgb(75, 156, 245);
}
.spectrum-ToggleSwitch:active .spectrum-ToggleSwitch-input:checked:enabled + .spectrum-ToggleSwitch-switch::after {
border-color: rgb(75, 156, 245);
}
.spectrum-ToggleSwitch .spectrum-ToggleSwitch-input:disabled + .spectrum-ToggleSwitch-switch::before {
background-color: rgb(57, 57, 57);
}
.spectrum-ToggleSwitch .spectrum-ToggleSwitch-input:disabled + .spectrum-ToggleSwitch-switch::after {
border-color: rgb(73, 73, 73);
}
.spectrum-ToggleSwitch .spectrum-ToggleSwitch-input:disabled ~ .spectrum-ToggleSwitch-label {
color: rgb(92, 92, 92);
}
.spectrum-ToggleSwitch .spectrum-ToggleSwitch-input:disabled:checked + .spectrum-ToggleSwitch-switch::before {
background-color: rgb(73, 73, 73);
}
.spectrum-ToggleSwitch .spectrum-ToggleSwitch-input:disabled:checked + .spectrum-ToggleSwitch-switch::after {
border-color: rgb(73, 73, 73);
}
.spectrum-ToggleSwitch .spectrum-ToggleSwitch-input:disabled:checked ~ .spectrum-ToggleSwitch-label {
color: rgb(92, 92, 92);
}
.spectrum-ToggleSwitch--quiet .spectrum-ToggleSwitch-input:checked + .spectrum-ToggleSwitch-switch::before {
background-color: rgb(162, 162, 162);
}
.spectrum-ToggleSwitch--quiet .spectrum-ToggleSwitch-input:checked + .spectrum-ToggleSwitch-switch::after {
border-color: rgb(162, 162, 162);
}
.spectrum-ToggleSwitch--quiet:hover .spectrum-ToggleSwitch-input:checked:enabled + .spectrum-ToggleSwitch-switch::before {
background-color: rgb(200, 200, 200);
}
.spectrum-ToggleSwitch--quiet:hover .spectrum-ToggleSwitch-input:checked:enabled + .spectrum-ToggleSwitch-switch::after {
border-color: rgb(200, 200, 200);
}
.spectrum-ToggleSwitch.spectrum-ToggleSwitch--quiet:active .spectrum-ToggleSwitch-input:checked:enabled + .spectrum-ToggleSwitch-switch::before {
background-color: rgb(239, 239, 239);
}
.spectrum-ToggleSwitch.spectrum-ToggleSwitch--quiet:active .spectrum-ToggleSwitch-input:checked:enabled + .spectrum-ToggleSwitch-switch::after {
border-color: rgb(239, 239, 239);
}
.spectrum-ToggleSwitch .spectrum-ToggleSwitch-input.focus-ring + .spectrum-ToggleSwitch-switch::after, .spectrum-ToggleSwitch:hover .spectrum-ToggleSwitch-input.focus-ring + .spectrum-ToggleSwitch-switch::after, .spectrum-ToggleSwitch--quiet .spectrum-ToggleSwitch-input.focus-ring + .spectrum-ToggleSwitch-switch::after, .spectrum-ToggleSwitch--quiet:hover .spectrum-ToggleSwitch-input.focus-ring + .spectrum-ToggleSwitch-switch::after {
border-color: rgb(20, 115, 230);
box-shadow: 0 0 0 1px rgb(20, 115, 230);
}
.spectrum-ToggleSwitch .spectrum-ToggleSwitch-input.focus-ring ~ .spectrum-ToggleSwitch-label, .spectrum-ToggleSwitch:hover .spectrum-ToggleSwitch-input.focus-ring ~ .spectrum-ToggleSwitch-label, .spectrum-ToggleSwitch--quiet .spectrum-ToggleSwitch-input.focus-ring ~ .spectrum-ToggleSwitch-label, .spectrum-ToggleSwitch--quiet:hover .spectrum-ToggleSwitch-input.focus-ring ~ .spectrum-ToggleSwitch-label {
color: rgb(55, 142, 240);
}
.spectrum-ToggleSwitch .spectrum-ToggleSwitch-input.focus-ring:checked + .spectrum-ToggleSwitch-switch::before, .spectrum-ToggleSwitch:hover .spectrum-ToggleSwitch-input.focus-ring:checked + .spectrum-ToggleSwitch-switch::before, .spectrum-ToggleSwitch--quiet .spectrum-ToggleSwitch-input.focus-ring:checked + .spectrum-ToggleSwitch-switch::before, .spectrum-ToggleSwitch--quiet:hover .spectrum-ToggleSwitch-input.focus-ring:checked + .spectrum-ToggleSwitch-switch::before {
background-color: rgb(20, 115, 230);
}
.spectrum-ToggleSwitch .spectrum-ToggleSwitch-input.focus-ring:checked + .spectrum-ToggleSwitch-switch::after, .spectrum-ToggleSwitch:hover .spectrum-ToggleSwitch-input.focus-ring:checked + .spectrum-ToggleSwitch-switch::after, .spectrum-ToggleSwitch--quiet .spectrum-ToggleSwitch-input.focus-ring:checked + .spectrum-ToggleSwitch-switch::after, .spectrum-ToggleSwitch--quiet:hover .spectrum-ToggleSwitch-input.focus-ring:checked + .spectrum-ToggleSwitch-switch::after {
border-color: rgb(20, 115, 230);
box-shadow: 0 0 0 1px rgb(20, 115, 230);
}
.spectrum-ToggleSwitch .spectrum-ToggleSwitch-input.focus-ring:checked ~ .spectrum-ToggleSwitch-label, .spectrum-ToggleSwitch:hover .spectrum-ToggleSwitch-input.focus-ring:checked ~ .spectrum-ToggleSwitch-label, .spectrum-ToggleSwitch--quiet .spectrum-ToggleSwitch-input.focus-ring:checked ~ .spectrum-ToggleSwitch-label, .spectrum-ToggleSwitch--quiet:hover .spectrum-ToggleSwitch-input.focus-ring:checked ~ .spectrum-ToggleSwitch-label {
color: rgb(55, 142, 240);
}
.spectrum-ToggleSwitch--ab .spectrum-ToggleSwitch-input:checked + .spectrum-ToggleSwitch-switch::before {
background-color: rgb(57, 57, 57);
}
.spectrum-ToggleSwitch--ab .spectrum-ToggleSwitch-input:checked + .spectrum-ToggleSwitch-switch::after {
border-color: rgb(124, 124, 124);
}
.spectrum-ToggleSwitch--ab .spectrum-ToggleSwitch-input.focus-ring:checked + .spectrum-ToggleSwitch-switch::before {
background-color: rgb(57, 57, 57);
}
.spectrum-ToggleSwitch--ab .spectrum-ToggleSwitch-input.focus-ring:checked + .spectrum-ToggleSwitch-switch::after {
border-color: rgb(20, 115, 230);
}
.spectrum-ToggleSwitch--ab .spectrum-ToggleSwitch-input:disabled:checked + .spectrum-ToggleSwitch-switch::before {
background-color: rgb(57, 57, 57);
}
.spectrum-ToggleSwitch--ab .spectrum-ToggleSwitch-input:disabled + .spectrum-ToggleSwitch-switch::before {
background-color: rgb(57, 57, 57);
}
.spectrum-ToggleSwitch--ab .spectrum-ToggleSwitch-input:disabled + .spectrum-ToggleSwitch-switch::after {
border-color: rgb(73, 73, 73);
}
.spectrum-ToggleSwitch--ab:hover .spectrum-ToggleSwitch-input:checked:enabled + .spectrum-ToggleSwitch-switch::before {
background-color: rgb(57, 57, 57);
}
.spectrum-ToggleSwitch--ab:hover .spectrum-ToggleSwitch-input:checked:enabled + .spectrum-ToggleSwitch-switch::after {
border-color: rgb(162, 162, 162);
}
.spectrum-ToggleSwitch--ab:active .spectrum-ToggleSwitch-input:checked:enabled + .spectrum-ToggleSwitch-switch::before {
background-color: rgb(57, 57, 57);
}
.spectrum-ToggleSwitch--ab:active .spectrum-ToggleSwitch-input:checked:enabled + .spectrum-ToggleSwitch-switch::after {
border-color: rgb(200, 200, 200);
}
.spectrum-Button,
.spectrum-ActionButton,
.spectrum-LogicButton,
.spectrum-FieldButton,
.spectrum-ClearButton,
.spectrum-Tool {
display: -ms-inline-flexbox;
display: inline-flex;
box-sizing: border-box;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
overflow: visible;
margin: 0;
border-style: solid;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-appearance: button;
vertical-align: top;
transition: background 130ms ease-out,
border-color 130ms ease-out,
color 130ms ease-out,
box-shadow 130ms ease-out;
text-decoration: none;
font-family: 'adobe-clean-ux', 'adobe-clean', 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
line-height: 1.3;
cursor: pointer;
}
.spectrum-Button:focus,
.spectrum-ActionButton:focus,
.spectrum-LogicButton:focus,
.spectrum-FieldButton:focus,
.spectrum-ClearButton:focus,
.spectrum-Tool:focus {
outline: none;
}
.spectrum-Button::-moz-focus-inner,
.spectrum-ActionButton::-moz-focus-inner,
.spectrum-LogicButton::-moz-focus-inner,
.spectrum-FieldButton::-moz-focus-inner,
.spectrum-ClearButton::-moz-focus-inner,
.spectrum-Tool::-moz-focus-inner {
border: 0;
border-style: none;
padding: 0;
margin-top: -2PX;
margin-bottom: -2PX;
}
.spectrum-Button:disabled,
.spectrum-ActionButton:disabled,
.spectrum-LogicButton:disabled,
.spectrum-FieldButton:disabled,
.spectrum-ClearButton:disabled,
.spectrum-Tool:disabled {
cursor: default;
}
.spectrum-Button .spectrum-Icon,
.spectrum-ActionButton .spectrum-Icon,
.spectrum-LogicButton .spectrum-Icon,
.spectrum-FieldButton .spectrum-Icon,
.spectrum-ClearButton .spectrum-Icon,
.spectrum-Tool .spectrum-Icon {
max-height: 100%;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.spectrum-Button {
border-width: 2px;
border-style: solid;
border-radius: 20px;
min-height: 40px;
height: auto;
min-width: 90px;
padding: 5px 18px;
padding-bottom: 5.5px;
padding-top: 4.5px;
font-size: 17px;
font-weight: 700;
}
.spectrum-Button:hover,
.spectrum-Button:active {
box-shadow: none;
}
.spectrum-Button .spectrum-Icon + .spectrum-Button-label {
margin-left: 10px;
}
.spectrum-Button .spectrum-Button-label + .spectrum-Icon {
margin-left: 5px;
}
a.spectrum-Button,
a.spectrum-ActionButton {
-webkit-appearance: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.spectrum-ActionButton,
.spectrum-Tool {
position: relative;
height: 40px;
min-width: 40px;
padding: 0 8px;
border-width: 1px;
border-radius: 5px;
font-size: 17px;
font-weight: 400;
}
.spectrum-ActionButton .spectrum-Icon + .spectrum-ActionButton-label,
.spectrum-Tool .spectrum-Icon + .spectrum-ActionButton-label {
padding-left: 9px;
padding-right: 6px;
}
.spectrum-ActionButton .spectrum-Icon--sizeS:only-child,
.spectrum-Tool .spectrum-Icon--sizeS:only-child {
position: absolute;
top: calc(50% - 11px);
left: calc(50% - 11px);
}
.spectrum-ActionButton .spectrum-ActionButton-label:only-child,
.spectrum-Tool .spectrum-ActionButton-label:only-child {
padding: 0 6px;
}
.spectrum-ActionButton-hold {
position: absolute;
right: 4px;
bottom: 4px;
}
.spectrum-ActionButton-label,
.spectrum-Button-label {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
justify-self: center;
text-align: center;
width: 100%;
}
.spectrum-ActionButton-label:empty, .spectrum-Button-label:empty {
display: none;
}
.spectrum-ActionButton-label {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.spectrum-ActionButton--quiet,
.spectrum-Tool {
border-width: 1px;
border-radius: 5px;
font-size: 17px;
font-weight: 400;
}
.spectrum-LogicButton {
height: 24px;
padding: 10px;
border-width: 2px;
border-radius: 5px;
font-size: 17px;
font-weight: 700;
line-height: 0;
}
.spectrum-FieldButton {
height: 40px;
padding: 0 15px;
font-family: inherit;
font-weight: normal;
font-size: 17px;
line-height: normal;
-webkit-font-smoothing: initial;
cursor: pointer;
outline: none;
}
.spectrum-FieldButton {
margin: 0;
padding: 0 15px;
border-width: 1px;
border-style: solid;
border-radius: 5px;
transition: background-color 130ms,
box-shadow 130ms,
border-color 130ms;
}
.spectrum-FieldButton:disabled,
.spectrum-FieldButton.is-disabled {
border-width: 0;
cursor: default;
}
.spectrum-FieldButton.is-open {
border-width: 1px;
}
.spectrum-FieldButton--quiet {
margin: 0;
padding: 0;
border-width: 0;
border-radius: 0px;
}
.spectrum-ClearButton {
width: 40px;
height: 40px;
border-radius: 100%;
padding: 0;
margin: 0;
border: none;
}
.spectrum-ClearButton > .spectrum-Icon {
margin: 0 auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.spectrum-ClearButton > .spectrum-Icon {
margin: 0
}
}
.spectrum-ClearButton--small {
width: 30px;
height: 30px;
}
.spectrum-Tool {
position: relative;
-ms-flex-pack: center;
justify-content: center;
width: 40px;
height: 40px;
padding: 0;
}
.spectrum-Tool-hold {
position: absolute;
right: 4px;
bottom: 4px;
}
.spectrum-Button + .spectrum-Button {
margin-left: 16px;
}
.spectrum-ActionButton + .spectrum-ActionButton,
.spectrum-Tool + .spectrum-Tool {
margin-left: 10px;
}
.spectrum-Tool + .spectrum-Tool {
margin-left: 10px;
}
.spectrum-Button.focus-ring {
box-shadow: 0 0 0 1px rgb(20, 115, 230);
}
.spectrum-Button:active {
box-shadow: none;
}
.spectrum-ClearButton {
background-color: transparent;
color: rgb(162, 162, 162);
}
.spectrum-ClearButton:hover {
background-color: transparent;
color: rgb(239, 239, 239);
}
.spectrum-ClearButton:active {
background-color: transparent;
color: rgb(239, 239, 239);
}
.spectrum-ClearButton.focus-ring {
background-color: transparent;
color: rgb(239, 239, 239);
}
.spectrum-ClearButton:disabled,
.spectrum-ClearButton.is-disabled {
background-color: transparent;
color: rgb(73, 73, 73);
}
.spectrum-Button--cta {
background-color: rgb(20, 115, 230);
border-color: rgb(20, 115, 230);
color: rgb(255, 255, 255);
}
.spectrum-Button--cta:hover {
background-color: rgb(13, 102, 208);
border-color: rgb(13, 102, 208);
color: rgb(255, 255, 255);
}
.spectrum-Button--cta.focus-ring {
background-color: rgb(20, 115, 230);
border-color: rgb(20, 115, 230);
color: rgb(255, 255, 255);
}
.spectrum-Button--cta:active {
background-color: rgb(13, 102, 208);
border-color: rgb(13, 102, 208);
color: rgb(255, 255, 255);
}
.spectrum-Button--cta:disabled,
.spectrum-Button--cta.is-disabled {
background-color: rgb(44, 44, 44);
border-color: rgb(44, 44, 44);
color: rgb(92, 92, 92);
}
.spectrum-Button--primary {
background-color: transparent;
border-color: rgb(200, 200, 200);
color: rgb(200, 200, 200);
}
.spectrum-Button--primary:hover {
background-color: rgb(200, 200, 200);
border-color: rgb(200, 200, 200);
color: rgb(8, 8, 8);
}
.spectrum-Button--primary.focus-ring {
background-color: rgb(20, 115, 230);
border-color: rgb(20, 115, 230);
color: rgb(255, 255, 255);
}
.spectrum-Button--primary:active {
background-color: rgb(239, 239, 239);
border-color: rgb(239, 239, 239);
color: rgb(8, 8, 8);
}
.spectrum-Button--primary:disabled,
.spectrum-Button--primary.is-disabled {
background-color: rgb(44, 44, 44);
border-color: rgb(44, 44, 44);
color: rgb(92, 92, 92);
}
.spectrum-Button--secondary {
background-color: transparent;
border-color: rgb(162, 162, 162);
color: rgb(162, 162, 162);
}
.spectrum-Button--secondary:hover {
background-color: rgb(162, 162, 162);
border-color: rgb(162, 162, 162);
color: rgb(8, 8, 8);
}
.spectrum-Button--secondary.focus-ring {
background-color: rgb(20, 115, 230);
border-color: rgb(20, 115, 230);
color: rgb(255, 255, 255);
}
.spectrum-Button--secondary:active {
background-color: rgb(200, 200, 200);
border-color: rgb(200, 200, 200);
color: rgb(8, 8, 8);
}
.spectrum-Button--secondary:disabled,
.spectrum-Button--secondary.is-disabled {
background-color: rgb(44, 44, 44);
border-color: rgb(44, 44, 44);
color: rgb(92, 92, 92);
}
.spectrum-Button--warning {
background-color: transparent;
border-color: rgb(236, 91, 98);
color: rgb(236, 91, 98);
}
.spectrum-Button--warning:hover {
background-color: rgb(236, 91, 98);
border-color: rgb(236, 91, 98);
color: rgb(8, 8, 8);
}
.spectrum-Button--warning.focus-ring {
background-color: rgb(20, 115, 230);
border-color: rgb(20, 115, 230);
color: rgb(255, 255, 255);
}
.spectrum-Button--warning:active {
background-color: rgb(247, 109, 116);
border-color: rgb(247, 109, 116);
color: rgb(8, 8, 8);
}
.spectrum-Button--warning:disabled,
.spectrum-Button--warning.is-disabled {
background-color: rgb(44, 44, 44);
border-color: rgb(44, 44, 44);
color: rgb(92, 92, 92);
}
.spectrum-Button--overBackground {
background-color: transparent;
border-color: rgb(255, 255, 255);
color: rgb(255, 255, 255);
}
.spectrum-Button--overBackground:hover {
background-color: rgb(255, 255, 255);
border-color: rgb(255, 255, 255);
color: inherit;
}
.spectrum-Button--overBackground.focus-ring {
background-color: rgb(255, 255, 255);
border-color: rgb(255, 255, 255);
color: inherit;
box-shadow: 0 0 0 1px rgb(255, 255, 255);
}
.spectrum-Button--overBackground:active {
background-color: rgb(255, 255, 255);
border-color: rgb(255, 255, 255);
color: inherit;
box-shadow: none;
}
.spectrum-Button--overBackground:disabled,
.spectrum-Button--overBackground.is-disabled {
background-color: rgba(255,255,255,0.1);
border-color: transparent;
color: rgba(255,255,255,0.35);
}
.spectrum-Button--overBackground.spectrum-Button--quiet,
.spectrum-ClearButton--overBackground {
background-color: transparent;
border-color: transparent;
color: rgb(255, 255, 255);
}
.spectrum-Button--overBackground.spectrum-Button--quiet:hover, .spectrum-ClearButton--overBackground:hover {
background-color: rgba(255,255,255,0.1);
border-color: transparent;
color: rgb(255, 255, 255);
}
.spectrum-Button--overBackground.spectrum-Button--quiet.focus-ring, .spectrum-ClearButton--overBackground.focus-ring {
background-color: rgb(255, 255, 255);
border-color: rgb(255, 255, 255);
color: inherit;
box-shadow: 0 0 0 1px rgb(255, 255, 255);
}
.spectrum-Button--overBackground.spectrum-Button--quiet:active, .spectrum-ClearButton--overBackground:active {
background-color: rgba(255,255,255,0.15);
border-color: transparent;
color: rgb(255, 255, 255);
box-shadow: none;
}
.spectrum-Button--overBackground.spectrum-Button--quiet:disabled,
.spectrum-Button--overBackground.spectrum-Button--quiet.is-disabled,
.spectrum-ClearButton--overBackground:disabled,
.spectrum-ClearButton--overBackground.is-disabled {
background-color: transparent;
border-color: transparent;
color: rgba(255,255,255,0.15);
}
.spectrum-Button--primary.spectrum-Button--quiet {
background-color: transparent;
border-color: transparent;
color: rgb(200, 200, 200);
}
.spectrum-Button--primary.spectrum-Button--quiet:hover {
background-color: rgb(44, 44, 44);
border-color: rgb(44, 44, 44);
color: rgb(239, 239, 239);
}
.spectrum-Button--primary.spectrum-Button--quiet.focus-ring {
background-color: rgb(20, 115, 230);
border-color: rgb(20, 115, 230);
color: rgb(255, 255, 255);
}
.spectrum-Button--primary.spectrum-Button--quiet:active {
background-color: rgb(57, 57, 57);
border-color: rgb(57, 57, 57);
color: rgb(239, 239, 239);
}
.spectrum-Button--primary.spectrum-Button--quiet:disabled,
.spectrum-Button--primary.spectrum-Button--quiet.is-disabled {
background-color: transparent;
border-color: transparent;
color: rgb(92, 92, 92);
}
.spectrum-Button--secondary.spectrum-Button--quiet {
background-color: transparent;
border-color: transparent;
color: rgb(162, 162, 162);
}
.spectrum-Button--secondary.spectrum-Button--quiet:hover {
background-color: rgb(44, 44, 44);
border-color: rgb(44, 44, 44);
color: rgb(200, 200, 200);
}
.spectrum-Button--secondary.spectrum-Button--quiet.focus-ring {
background-color: rgb(20, 115, 230);
border-color: rgb(20, 115, 230);
color: rgb(255, 255, 255);
}
.spectrum-Button--secondary.spectrum-Button--quiet:active {
background-color: rgb(57, 57, 57);
border-color: rgb(57, 57, 57);
color: rgb(200, 200, 200);
}
.spectrum-Button--secondary.spectrum-Button--quiet:disabled,
.spectrum-Button--secondary.spectrum-Button--quiet.is-disabled {
background-color: transparent;
border-color: transparent;
color: rgb(92, 92, 92);
}
.spectrum-ActionButton,
.spectrum-Tool {
background-color: rgb(26, 26, 26);
border-color: rgb(57, 57, 57);
color: rgb(200, 200, 200);
}
.spectrum-ActionButton .spectrum-Icon,
.spectrum-Tool .spectrum-Icon {
color: rgb(162, 162, 162);
}
.spectrum-ActionButton .spectrum-ActionButton-hold,
.spectrum-Tool .spectrum-ActionButton-hold {
color: rgb(162, 162, 162);
}
.spectrum-ActionButton:hover,
.spectrum-Tool:hover {
background-color: rgb(8, 8, 8);
border-color: rgb(73, 73, 73);
box-shadow: none;
color: rgb(239, 239, 239);
}
.spectrum-ActionButton:hover .spectrum-Icon,
.spectrum-Tool:hover .spectrum-Icon {
color: rgb(239, 239, 239);
}
.spectrum-ActionButton:hover .spectrum-ActionButton-hold,
.spectrum-Tool:hover .spectrum-ActionButton-hold {
color: rgb(239, 239, 239);
}
.spectrum-ActionButton.focus-ring,
.spectrum-Tool.focus-ring {
background-color: rgb(8, 8, 8);
border-color: rgb(20, 115, 230);
box-shadow: 0 0 0 1px rgb(20, 115, 230);
color: rgb(239, 239, 239);
}
.spectrum-ActionButton.focus-ring .spectrum-Icon,
.spectrum-Tool.focus-ring .spectrum-Icon {
color: rgb(239, 239, 239);
}
.spectrum-ActionButton.focus-ring .spectrum-ActionButton-hold,
.spectrum-Tool.focus-ring .spectrum-ActionButton-hold {
color: rgb(239, 239, 239);
}
.spectrum-ActionButton:active,
.spectrum-Tool:active {
background-color: rgb(44, 44, 44);
border-color: rgb(73, 73, 73);
box-shadow: none;
color: rgb(239, 239, 239);
}
.spectrum-ActionButton:active .spectrum-ActionButton-hold,
.spectrum-Tool:active .spectrum-ActionButton-hold {
color: rgb(239, 239, 239);
}
.spectrum-ActionButton:disabled,
.spectrum-ActionButton.is-disabled,
.spectrum-Tool:disabled {
background-color: rgb(44, 44, 44);
border-color: rgb(44, 44, 44);
color: rgb(92, 92, 92);
}
.spectrum-ActionButton:disabled .spectrum-Icon,
.spectrum-ActionButton.is-disabled .spectrum-Icon,
.spectrum-Tool:disabled .spectrum-Icon {
color: rgb(73, 73, 73);
}
.spectrum-ActionButton:disabled .spectrum-ActionButton-hold,
.spectrum-ActionButton.is-disabled .spectrum-ActionButton-hold,
.spectrum-Tool:disabled .spectrum-ActionButton-hold {
color: rgb(73, 73, 73);
}
.spectrum-ActionButton.is-selected {
background-color: rgb(44, 44, 44);
border-color: rgb(57, 57, 57);
color: rgb(200, 200, 200);
}
.spectrum-ActionButton.is-selected .spectrum-Icon {
color: rgb(162, 162, 162);
}
.spectrum-ActionButton.is-selected.focus-ring {
background-color: rgb(44, 44, 44);
border-color: rgb(20, 115, 230);
color: rgb(239, 239, 239);
}
.spectrum-ActionButton.is-selected.focus-ring .spectrum-Icon {
color: rgb(239, 239, 239);
}
.spectrum-ActionButton.is-selected:hover {
background-color: rgb(44, 44, 44);
border-color: rgb(73, 73, 73);
color: rgb(239, 239, 239);
}
.spectrum-ActionButton.is-selected:hover .spectrum-Icon {
color: rgb(239, 239, 239);
}
.spectrum-ActionButton.is-selected:active {
background-color: rgb(44, 44, 44);
border-color: rgb(73, 73, 73);
color: rgb(239, 239, 239);
}
.spectrum-ActionButton.is-selected:active .spectrum-Icon {
color: rgb(239, 239, 239);
}
.spectrum-ActionButton.is-selected:disabled,
.spectrum-ActionButton.is-selected.is-disabled {
background-color: rgb(44, 44, 44);
border-color: rgb(44, 44, 44);
color: rgb(92, 92, 92);
}
.spectrum-ActionButton.is-selected:disabled .spectrum-Icon, .spectrum-ActionButton.is-selected.is-disabled .spectrum-Icon {
color: rgb(73, 73, 73);
}
.spectrum-ActionButton--quiet,
.spectrum-Tool {
background-color: transparent;
border-color: transparent;
color: rgb(200, 200, 200);
}
.spectrum-ActionButton--quiet:hover,
.spectrum-Tool:hover {
background-color: transparent;
border-color: transparent;
color: rgb(239, 239, 239);
box-shadow: none;
}
.spectrum-ActionButton--quiet.focus-ring,
.spectrum-Tool.focus-ring {
background-color: transparent;
box-shadow: 0 0 0 1px rgb(20, 115, 230);
border-color: rgb(20, 115, 230);
color: rgb(239, 239, 239);
}
.spectrum-ActionButton--quiet:active,
.spectrum-Tool:active {
background-color: rgb(57, 57, 57);
border-color: rgb(57, 57, 57);
color: rgb(239, 239, 239);
box-shadow: none;
}
.spectrum-ActionButton--quiet:disabled,
.spectrum-ActionButton--quiet.is-disabled,
.spectrum-Tool:disabled {
background-color: transparent;
border-color: transparent;
color: rgb(92, 92, 92);
}
.spectrum-ActionButton--quiet.is-selected {
background-color: rgb(57, 57, 57);
border-color: rgb(57, 57, 57);
color: rgb(200, 200, 200);
}
.spectrum-ActionButton--quiet.is-selected.focus-ring {
background-color: rgb(57, 57, 57);
border-color: rgb(20, 115, 230);
color: rgb(239, 239, 239);
}
.spectrum-ActionButton--quiet.is-selected:hover {
background-color: rgb(57, 57, 57);
border-color: rgb(57, 57, 57);
color: rgb(239, 239, 239);
}
.spectrum-ActionButton--quiet.is-selected:active {
background-color: rgb(57, 57, 57);
border-color: rgb(57, 57, 57);
color: rgb(239, 239, 239);
}
.spectrum-ActionButton--quiet.is-selected:disabled,
.spectrum-ActionButton--quiet.is-selected.is-disabled {
background-color: rgb(44, 44, 44);
border-color: rgb(44, 44, 44);
color: rgb(92, 92, 92);
}
.spectrum-Button--warning.spectrum-Button--quiet {
background-color: transparent;
border-color: transparent;
color: rgb(236, 91, 98);
}
.spectrum-Button--warning.spectrum-Button--quiet:hover {
background-color: rgb(44, 44, 44);
border-color: rgb(44, 44, 44);
color: rgb(247, 109, 116);
}
.spectrum-Button--warning.spectrum-Button--quiet.focus-ring {
background-color: rgb(20, 115, 230);
border-color: rgb(20, 115, 230);
color: rgb(255, 255, 255);
}
.spectrum-Button--warning.spectrum-Button--quiet:active {
background-color: rgb(57, 57, 57);
border-color: rgb(57, 57, 57);
color: rgb(247, 109, 116);
}
.spectrum-Button--warning.spectrum-Button--quiet:disabled,
.spectrum-Button--warning.spectrum-Button--quiet.is-disabled {
background-color: transparent;
border-color: transparent;
color: rgb(92, 92, 92);
}
.spectrum-LogicButton--and {
background-color: rgb(38, 128, 235);
border-color: rgb(38, 128, 235);
color: rgb(255, 255, 255);
}
.spectrum-LogicButton--and:hover {
background-color: rgb(75, 156, 245);
border-color: rgb(75, 156, 245);
color: rgb(255, 255, 255);
}
.spectrum-LogicButton--and.focus-ring {
background-color: rgb(75, 156, 245);
border-color: rgb(20, 115, 230);
color: rgb(255, 255, 255);
}
.spectrum-LogicButton--and:disabled,
.spectrum-LogicButton--and.is-disabled {
background-color: rgb(44, 44, 44);
border-color: rgb(44, 44, 44);
color: rgb(92, 92, 92);
}
.spectrum-LogicButton--or {
background-color: rgb(216, 55, 144);
border-color: rgb(216, 55, 144);
color: rgb(255, 255, 255);
}
.spectrum-LogicButton--or:hover {
background-color: rgb(236, 90, 170);
border-color: rgb(236, 90, 170);
color: rgb(255, 255, 255);
}
.spectrum-LogicButton--or.focus-ring {
background-color: rgb(236, 90, 170);
border-color: rgb(20, 115, 230);
color: rgb(255, 255, 255);
}
.spectrum-LogicButton--or:disabled,
.spectrum-LogicButton--or.is-disabled {
background-color: rgb(44, 44, 44);
border-color: rgb(44, 44, 44);
color: rgb(92, 92, 92);
}
.spectrum-FieldButton {
color: rgb(200, 200, 200);
background-color: rgb(26, 26, 26);
border-color: rgb(57, 57, 57);
}
.spectrum-FieldButton:hover {
color: rgb(239, 239, 239);
background-color: rgb(8, 8, 8);
border-color: rgb(73, 73, 73);
}
.spectrum-FieldButton.focus-ring,
.spectrum-FieldButton.is-focused {
background-color: rgb(8, 8, 8);
border-color: rgb(20, 115, 230);
box-shadow: 0 0 0 1px rgb(20, 115, 230);
color: rgb(239, 239, 239);
}
.spectrum-FieldButton.focus-ring.is-placeholder, .spectrum-FieldButton.is-focused.is-placeholder {
color: rgb(239, 239, 239);
}
.spectrum-FieldButton:active,
.spectrum-FieldButton.is-selected {
background-color: rgb(44, 44, 44);
border-color: rgb(73, 73, 73);
}
.spectrum-FieldButton:active.focus-ring,
.spectrum-FieldButton:active.is-focused,
.spectrum-FieldButton.is-selected.focus-ring,
.spectrum-FieldButton.is-selected.is-focused {
box-shadow: none;
}
.spectrum-FieldButton.is-invalid {
border-color: rgb(227, 72, 80);
}
.spectrum-FieldButton.is-invalid:hover {
border-color: rgb(236, 91, 98);
}
.spectrum-FieldButton.is-invalid:active,
.spectrum-FieldButton.is-invalid.is-selected {
border-color: rgb(236, 91, 98);
}
.spectrum-FieldButton.is-invalid.focus-ring,
.spectrum-FieldButton.is-invalid.is-focused {
border-color: rgb(20, 115, 230);
box-shadow: 0 0 0 1px rgb(20, 115, 230);
}
.spectrum-FieldButton:disabled,
.spectrum-FieldButton.is-disabled {
background-color: rgb(44, 44, 44);
color: rgb(92, 92, 92);
}
.spectrum-FieldButton:disabled.focus-ring, .spectrum-FieldButton.is-disabled.focus-ring {
box-shadow: none;
}
.spectrum-FieldButton:disabled .spectrum-Icon, .spectrum-FieldButton.is-disabled .spectrum-Icon {
color: rgb(73, 73, 73);
}
.spectrum-FieldButton--quiet {
color: rgb(200, 200, 200);
border-color: transparent;
background-color: transparent;
}
.spectrum-FieldButton--quiet:hover {
background-color: transparent;
color: rgb(239, 239, 239);
}
.spectrum-FieldButton--quiet.focus-ring,
.spectrum-FieldButton--quiet.is-focused {
background-color: transparent;
box-shadow: 0 2px 0 0 rgb(20, 115, 230);
}
.spectrum-FieldButton--quiet.focus-ring.is-placeholder, .spectrum-FieldButton--quiet.is-focused.is-placeholder {
color: rgb(239, 239, 239);
}
.spectrum-FieldButton--quiet:active,
.spectrum-FieldButton--quiet.is-selected {
background-color: transparent;
border-color: transparent;
}
.spectrum-FieldButton--quiet:active.focus-ring,
.spectrum-FieldButton--quiet:active.is-focused,
.spectrum-FieldButton--quiet.is-selected.focus-ring,
.spectrum-FieldButton--quiet.is-selected.is-focused {
background-color: transparent;
box-shadow: 0 2px 0 0 rgb(20, 115, 230);
}
.spectrum-FieldButton--quiet.is-invalid.focus-ring,
.spectrum-FieldButton--quiet.is-invalid.is-focused {
box-shadow: 0 2px 0 0 rgb(20, 115, 230);
}
.spectrum-FieldButton--quiet:disabled,
.spectrum-FieldButton--quiet.is-disabled {
background-color: transparent;
color: rgb(92, 92, 92);
}
.spectrum-FieldButton--quiet:disabled.focus-ring, .spectrum-FieldButton--quiet.is-disabled.focus-ring {
box-shadow: none;
}
.spectrum-Tool.is-selected .spectrum-Icon {
color: rgb(38, 128, 235);
}
.spectrum-Tool.is-selected .spectrum-Tool-hold {
color: rgb(38, 128, 235);
}
.spectrum-Tool.is-selected:hover .spectrum-Icon {
color: rgb(55, 142, 240);
}
.spectrum-Tool.is-selected:hover .spectrum-Tool-hold {
color: rgb(55, 142, 240);
}
.spectrum-Tool.is-selected:active .spectrum-Icon {
color: rgb(75, 156, 245);
}
.spectrum-Tool.is-selected:active .spectrum-Tool-hold {
color: rgb(75, 156, 245);
}
.spectrum-Tool.is-selected.focus-ring .spectrum-Icon {
color: rgb(55, 142, 240);
}
.spectrum-Tool.is-selected.focus-ring .spectrum-Tool-hold {
color: rgb(55, 142, 240);
}
.spectrum-Tool.is-selected:disabled,
.spectrum-Tool.is-selected.is-disabled {
background-color: transparent;
border-color: transparent;
}
.spectrum-Tool.is-selected:disabled .spectrum-Icon, .spectrum-Tool.is-selected.is-disabled .spectrum-Icon {
color: rgb(73, 73, 73);
}
.spectrum-Tool.is-selected:disabled .spectrum-Tool-hold, .spectrum-Tool.is-selected.is-disabled .spectrum-Tool-hold {
color: rgb(73, 73, 73);
}
.spectrum-Tool .spectrum-Tool-hold {
color: rgb(162, 162, 162);
}
.spectrum-Tool:hover .spectrum-Tool-hold {
color: rgb(239, 239, 239);
}
.spectrum-Tool:active {
background-color: transparent;
border-color: transparent;
}
.spectrum-Tool:active .spectrum-Tool-hold {
color: rgb(239, 239, 239);
}
.spectrum-Tool.focus-ring .spectrum-Tool-hold {
color: rgb(239, 239, 239);
}
.spectrum-Tool.is-disabled .spectrum-Tool-hold, .spectrum-Tool:disabled .spectrum-Tool-hold {
color: rgb(73, 73, 73);
}
.spectrum-Toast {
box-sizing: border-box;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-align: stretch;
align-items: stretch;
border-radius: 4px;
padding: 10px 10px 10px 20px;
font-size: 17px;
font-weight: 700;
-webkit-font-smoothing: antialiased;
}
.spectrum-Toast-typeIcon {
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-positive: 0;
flex-grow: 0;
margin: 9px 15px 9px 0;
}
.spectrum-Toast-content {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
display: inline-block;
box-sizing: border-box;
padding: 6px 20px 6px 0;
text-align: left;
}
.spectrum-Toast-buttons {
display: -ms-flexbox;
display: flex;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-ms-flex-align: start;
align-items: flex-start;
}
.spectrum-Toast-buttons .spectrum-Button + .spectrum-Button,
.spectrum-Toast-buttons .spectrum-Button + .spectrum-ClearButton,
.spectrum-Toast-buttons .spectrum-ClearButton + .spectrum-Button,
.spectrum-Toast-buttons .spectrum-ClearButton + .spectrum-ClearButton {
margin-left: 10px;
}
.spectrum-Toast-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.spectrum-Toast-body .spectrum-Button {
float: right;
margin-right: 14px;
}
.spectrum-Toast-body + .spectrum-Toast-buttons {
padding-left: 10px;
border-left-width: 1px;
border-left-style: solid;
}
.spectrum-Toast {
background-color: rgb(116, 116, 116);
color: rgb(116, 116, 116);
}
.spectrum-Toast-content {
color: rgb(255, 255, 255);
}
.spectrum-Toast-typeIcon {
color: white;
}
.spectrum-Toast-buttons {
border-left-color: rgba(255, 255, 255, 0.2);
}
.spectrum-Toast--warning {
background-color: rgb(203, 111, 16);
color: rgb(203, 111, 16);
}
.spectrum-Toast--warning .spectrum-Toast-closeButton.focus-ring:not(:active) {
color: rgb(203, 111, 16);
}
.spectrum-Toast--negative,
/** @deprecated */.spectrum-Toast--error {
background-color: rgb(201, 37, 45);
color: rgb(201, 37, 45);
}
.spectrum-Toast--negative .spectrum-Toast-closeButton.focus-ring:not(:active), .spectrum-Toast--error .spectrum-Toast-closeButton.focus-ring:not(:active) {
color: rgb(201, 37, 45);
}
.spectrum-Toast--info {
background-color: rgb(13, 102, 208);
color: rgb(13, 102, 208);
}
.spectrum-Toast--info .spectrum-Toast-closeButton.focus-ring:not(:active) {
color: rgb(13, 102, 208);
}
.spectrum-Toast--positive,
/** @deprecated */.spectrum-Toast--success {
background-color: rgb(18, 128, 92);
color: rgb(18, 128, 92);
}
.spectrum-Toast--positive .spectrum-Toast-closeButton.focus-ring:not(:active), .spectrum-Toast--success .spectrum-Toast-closeButton.focus-ring:not(:active) {
color: rgb(18, 128, 92);
}
.spectrum-Avatar {
width: 20px;
height: 20px;
border-radius: 50%;
border-style: none;
-webkit-user-drag: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.spectrum-Avatar {
opacity: 1;
}
.spectrum-Avatar.is-disabled {
opacity: 0.3;
}
.spectrum-Tags {
display: inline-block;
margin: 0;
padding: 0;
list-style: none;
}
.spectrum-Tags-item {
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
box-sizing: border-box;
margin: 5px 5px;
padding: 0 12px;
height: 30px;
max-width: 100%;
border-width: 1px;
border-style: solid;
border-radius: 5px;
outline: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition: border-color 130ms ease-in-out,
color 130ms ease-in-out,
box-shadow 130ms ease-in-out,
background-color 130ms ease-in-out;
}
.spectrum-Tags-item.is-disabled {
pointer-events: none;
}
.spectrum-Tags-item > .spectrum-Icon,
.spectrum-Tags-item > .spectrum-Avatar {
margin-right: 10px;
margin-left: -3px;
}
.spectrum-Tags-item > .spectrum-Icon ~ .spectrum-Tags-itemLabel, .spectrum-Tags-item > .spectrum-Avatar ~ .spectrum-Tags-itemLabel {
margin-right: -3px;
}
.spectrum-Tags-item .spectrum-ClearButton {
margin-right: -13px;
}
.spectrum-Tags-itemLabel {
height: 100%;
line-height: 28px;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
font-size: 15px;
cursor: default;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.spectrum-Tags-item {
color: rgb(162, 162, 162);
background-color: rgb(26, 26, 26);
border-color: rgb(124, 124, 124);
}
.spectrum-Tags-item .spectrum-ClearButton {
color: rgb(124, 124, 124);
}
.spectrum-Tags-item:hover {
background-color: rgb(26, 26, 26);
color: rgb(239, 239, 239);
border-color: rgb(239, 239, 239);
}
.spectrum-Tags-item:hover .spectrum-ClearButton {
color: rgb(239, 239, 239);
}
.spectrum-Tags-item.focus-ring {
background-color: rgb(26, 26, 26);
color: rgb(239, 239, 239);
border-color: rgb(20, 115, 230);
box-shadow: 0 0 0 1px rgb(20, 115, 230);
}
.spectrum-Tags-item.focus-ring .spectrum-ClearButton {
color: rgb(239, 239, 239);
}
.spectrum-Tags-item.is-invalid {
color: rgb(162, 162, 162);
border-color: rgb(227, 72, 80);
}
.spectrum-Tags-item.is-invalid .spectrum-ClearButton {
color: rgb(227, 72, 80);
}
.spectrum-Tags-item.is-invalid:hover {
color: rgb(239, 239, 239);
border-color: rgb(236, 91, 98);
}
.spectrum-Tags-item.is-invalid:hover .spectrum-ClearButton {
color: rgb(236, 91, 98);
}
.spectrum-Tags-item.is-invalid.focus-ring {
color: rgb(239, 239, 239);
border-color: rgb(20, 115, 230);
box-shadow: 0 0 0 1px rgb(20, 115, 230);
}
.spectrum-Tags-item.is-invalid.focus-ring .spectrum-ClearButton {
color: rgb(236, 91, 98);
}
.spectrum-Tags-item.is-disabled {
color: rgb(92, 92, 92);
background-color: rgb(44, 44, 44);
border-color: rgb(44, 44, 44);
}
.spectrum-Tags-item.is-disabled .spectrum-Avatar {
opacity: 0.3;
}
.spectrum-Tags-item--deletable:hover {
color: rgb(162, 162, 162);
}
.spectrum-Tags-item--deletable:hover .spectrum-ClearButton {
color: rgb(239, 239, 239);
}
.spectrum-Tags-item--deletable:active {
color: rgb(162, 162, 162);
}
.spectrum-Tags-item--deletable:active .spectrum-ClearButton {
color: rgb(239, 239, 239);
}
.spectrum-Tags-item--deletable.is-invalid:hover {
border-color: rgb(236, 91, 98);
color: rgb(162, 162, 162);
}
.spectrum-Tags-item--deletable.is-invalid:hover .spectrum-ClearButton {
color: rgb(236, 91, 98);
}
.spectrum-Tags-item--deletable.is-invalid:active {
border-color: rgb(247, 109, 116);
color: rgb(162, 162, 162);
}
.spectrum-Tags-item--deletable.is-invalid:active .spectrum-ClearButton {
color: rgb(247, 109, 116);
}
.spectrum-Tags-item--de