Skip to content

Commit 3f14b65

Browse files
author
jleveugle
committed
feat: improve action menu styles
1 parent 894edcf commit 3f14b65

File tree

1 file changed

+4
-1
lines changed
  • packages/manager/apps/public-cloud/src/assets/theme

1 file changed

+4
-1
lines changed

packages/manager/apps/public-cloud/src/assets/theme/_button.less

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666
fill: @primary-color;
6767
}
6868

69+
.oui-action-button[aria-expanded="true"],
70+
.oui-action-menu-button[aria-expanded="true"],
6971
.oui-action-button:hover,
7072
.oui-action-button:focus,
7173
.oui-action-menu-button:hover,
@@ -86,7 +88,8 @@
8688
.oui-file-selector__button.oui-button_action-menu:focus,
8789
.oui-autocomplete__option:hover,
8890
.oui-autocomplete__option:focus {
89-
background-color: rgb(230, 245, 252);
91+
background-color: @primary-color;
92+
color: #fff;
9093
}
9194

9295
.oui-button-group {

0 commit comments

Comments
 (0)