orcs-design-system 2.1.12 → 2.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -94,7 +94,7 @@ export var ActionsMenuItem = styled(function (props) {
|
|
|
94
94
|
}).withConfig({
|
|
95
95
|
displayName: "ActionsMenu__ActionsMenuItem",
|
|
96
96
|
componentId: "yvbni2-5"
|
|
97
|
-
})(["white-space:nowrap;display:block;width:100%;text-align:left;cursor:pointer;margin:0;padding:8px;appearance:none;background-color:", ";border:none;border-bottom:solid 1px ", ";border-radius:0;color:", ";font-size:", ";line-height:", ";font-family:", ";font-weight:", ";text-decoration:none;transition:", ";&:hover,&:focus{outline:0;background-color:", ";}&:first-child{border-radius:", " ", " 0 0;}&:last-child{border:0;border-radius:0 0 ", " ", ";}"], function (props) {
|
|
97
|
+
})(["white-space:nowrap;display:block;width:100%;text-align:left;cursor:pointer;margin:0;padding:8px;appearance:none;background-color:", ";border:none;border-bottom:solid 1px ", ";border-radius:0;color:", ";font-size:", ";line-height:", ";font-family:", ";font-weight:", ";text-decoration:none;transition:", ";&:hover,&:focus{outline:0;background-color:", ";}&:first-child{border-radius:", " ", " 0 0;}&:last-child{border:0;border-radius:0 0 ", " ", ";}&:only-child{border-radius:", ";}"], function (props) {
|
|
98
98
|
return props.selected ? themeGet("colors.successDark")(props) : "transparent";
|
|
99
99
|
}, function (props) {
|
|
100
100
|
return themeGet("colors.greyDarkest")(props);
|
|
@@ -120,6 +120,8 @@ export var ActionsMenuItem = styled(function (props) {
|
|
|
120
120
|
return themeGet("radii.2")(props);
|
|
121
121
|
}, function (props) {
|
|
122
122
|
return themeGet("radii.2")(props);
|
|
123
|
+
}, function (props) {
|
|
124
|
+
return themeGet("radii.2")(props);
|
|
123
125
|
});
|
|
124
126
|
export var ActionsMenuBody = function ActionsMenuBody(_ref) {
|
|
125
127
|
var theme = _ref.theme,
|