Skip to content

Commit b2cc513

Browse files
authored
Refactor toolbar for tablet (hestiacp#3123)
- Fix merge issue - Simplify alerts - Simplify update banner - Refactor away some inline styles
1 parent da09573 commit b2cc513

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+833
-930
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
},
2424
"devDependencies": {
2525
"@prettier/plugin-php": "^0.19.2",
26-
"@typescript-eslint/eslint-plugin": "^5.45.1",
27-
"@typescript-eslint/parser": "^5.45.1",
26+
"@typescript-eslint/eslint-plugin": "^5.46.0",
27+
"@typescript-eslint/parser": "^5.46.0",
2828
"cssnano": "^5.1.14",
2929
"eslint": "^8.29.0",
3030
"eslint-config-prettier": "^8.5.0",
@@ -44,7 +44,7 @@
4444
"stylelint": "^14.16.0",
4545
"stylelint-config-prettier": "^9.0.4",
4646
"stylelint-config-standard": "^29.0.0",
47-
"typescript": "^4.9.3",
47+
"typescript": "^4.9.4",
4848
"vitepress": "1.0.0-alpha.30",
4949
"vue": "^3.2.45"
5050
}

web/css/src/themes/dark.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -569,12 +569,6 @@ textarea:focus::placeholder {
569569
color: #909090;
570570
}
571571

572-
.toggle-psw-visibility-icon {
573-
}
574-
575-
.show-passwords-enabled-action {
576-
}
577-
578572
.hint {
579573
color: #a2a2a2;
580574
}

0 commit comments

Comments
 (0)