nodebb-theme-persona 14.2.19 → 14.2.21

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-theme-persona",
3
- "version": "14.2.19",
3
+ "version": "14.2.21",
4
4
  "nbbpm": {
5
5
  "compatibility": "^4.0.0"
6
6
  },
package/scss/account.scss CHANGED
@@ -33,7 +33,8 @@
33
33
  left: 50%;
34
34
  margin-left: -64px;
35
35
  top: 128px;
36
- border: 4px solid white;
36
+ border: 4px solid var(--bs-body-bg);
37
+ background-color: var(--bs-body-bg);
37
38
  border-radius: 50%;
38
39
 
39
40
  .persona-fab.btn-morph {
package/scss/header.scss CHANGED
@@ -37,6 +37,9 @@
37
37
  }
38
38
 
39
39
  .breadcrumb {
40
+ background-color: transparent!important;
41
+ background-image: none!important;
42
+ border: none!important;
40
43
  li {
41
44
  max-width: 100%;
42
45
  @include text-ellipsis;
package/scss/skins.scss CHANGED
@@ -11,8 +11,8 @@
11
11
  box-shadow: none!important;
12
12
  }
13
13
  }
14
- .form-control::placeholder {
15
- color:$gray-100!important;
14
+ .form-control::placeholder, .bootstrap-tagsinput input::placeholder {
15
+ color: $gray-100!important;
16
16
  }
17
17
  .topic-header, .topic-list-header, .position-sticky.bg-body {
18
18
  background-color: transparent!important;
@@ -59,12 +59,3 @@
59
59
  color: #7b8ab8!important;
60
60
  }
61
61
  }
62
-
63
- :root {
64
- .skin-darkly, .skin-slate, .skin-cyborg {
65
- --bs-border-color: #929292;
66
- }
67
- .skin-zephyr {
68
- --bs-secondary-rgb: var(--bs-secondary-color);
69
- }
70
- }