Skip to content

Commit bb46fa6

Browse files
Jisayantleblanc
authored andcommitted
fix(apps.sign.up): fix firefox css issue (#1053)
1 parent b118eab commit bb46fa6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

packages/manager/apps/sign-up/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@ovh-ux/manager-core": "^6.1.0",
17+
"@ovh-ux/manager-config": "^0.3.0",
1718
"@ovh-ux/ng-ovh-sso-auth": "^4.1.0",
1819
"@ovh-ux/ng-translate-async-loader": "^2.0.0",
1920
"@ovh-ux/sign-up": "^1.0.0",

packages/manager/apps/sign-up/src/assets/theme/_input.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@
5959

6060
// Selects
6161

62+
select.oui-select__input {
63+
-moz-appearance: none;
64+
}
65+
6266
.oui-select {
6367
.oui-icon {
6468
box-shadow: none !important;

0 commit comments

Comments
 (0)