gd-bs 5.5.4 → 5.5.5
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/build/bs.js +1 -1
- package/dist/gd-bs-icons.js +12 -1
- package/dist/gd-bs-icons.min.js +1 -1
- package/dist/gd-bs.js +1 -1
- package/dist/gd-bs.min.js +1 -1
- package/package.json +1 -1
- package/src/bs.scss +4 -0
package/package.json
CHANGED
package/src/bs.scss
CHANGED
|
@@ -80,6 +80,10 @@
|
|
|
80
80
|
background-color: #c4e4ff;
|
|
81
81
|
color: #0078d4;
|
|
82
82
|
}
|
|
83
|
+
/* Color match accordion while expanded */
|
|
84
|
+
.accordion-button:not(.collapsed)::after {
|
|
85
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%230078d4%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");
|
|
86
|
+
}
|
|
83
87
|
/* Create a reusable 'SharePoint Blue' background color */
|
|
84
88
|
.bg-sharepoint {
|
|
85
89
|
background-color: #0078d4 !important;
|