We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d004837 commit 351eb12Copy full SHA for 351eb12
.gitignore
@@ -9,4 +9,5 @@ _site
9
Gemfile.lock
10
assets/libs/
11
node_modules/
12
-vendor
+vendor
13
+.idea
_sass/_base.scss
@@ -1119,7 +1119,9 @@ ninja-keys {
1119
--ninja-modal-background: var(--global-bg-color);
1120
--ninja-z-index: 1031;
1121
}
1122
-
+ninja-keys::part(ninja-input) {
1123
+ color: var(--ninja-selected-text-color);
1124
+}
1125
ninja-keys::part(ninja-input-wrapper) {
1126
background: var(--global-bg-color);
1127
0 commit comments