bootstrap_bux 0.1.13 → 0.1.15

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9a012421cb99e960e8eec2fac93ba98a0ec5856d8a191f980b8d358cf75bd283
4
- data.tar.gz: 844bc4fa8977cb0927a7e8265d126e4aa905bf1201191eb186d45729df6d5809
3
+ metadata.gz: 6a8d8a788e089c8233c6a3264414e776a219021d1c48e26c62bb606e81cfd130
4
+ data.tar.gz: 6f7cf0376cd97e92d1c00ba9f17178c720c9dfd03a5f4867058e35daccace9fd
5
5
  SHA512:
6
- metadata.gz: 120fc7c09ba7482247ceeae6c61515e6903eb832cc38a857765a4a956976e26760dd985e4834e76471147c6d2bedeab7651043b4ad241f501cf02f8021f3ea3a
7
- data.tar.gz: d8800da88f70d9f52a7480d61938257c1a1f25fea19b832f65443edb6320603a397579de94bbd208b0eac6584cc45e4ba64c454151e120ee92f16e000a5aee32
6
+ metadata.gz: acbc49029b75b6bdae38e5c11e7361a49a04e598d282d4915ae65053c654815e328c639345f15d2ddfd050eeb9a073bae73cc951906163b2a22c2988b3203b81
7
+ data.tar.gz: ffceb8f2ba029dd5c70baf549855f634384bc45e37be8c61ff169c7d4ee82320c467a8c08bccf6f8a58fa33aae36cc9b4ea0676511b5675371d53b8f976cf7b5
@@ -640,8 +640,6 @@ a.bux-button {
640
640
  .bux-footer .bux-link:focus,
641
641
  .bux-footer__logo a:focus {
642
642
  outline: 2px solid #3492b8;
643
- background-color: #fff;
644
- color: #ba0c2f
645
643
  }
646
644
 
647
645
  .bux-footer--light hr,
@@ -895,7 +893,6 @@ ol.bux-breadcrumb__list {
895
893
  color: #212325;
896
894
  background: #f6f7f8;
897
895
  border: none;
898
- border-top: 2px solid #eff1f2;
899
896
  }
900
897
 
901
898
  .bux-accordion .accordion-button:focus {
@@ -940,5 +937,5 @@ ol.bux-breadcrumb__list {
940
937
  }
941
938
 
942
939
  .bux-accordion .accordion-button:not(.collapsed)::before {
943
- transform: rotate(90deg);
940
+ content: "\f007";
944
941
  }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BootstrapBux
4
- VERSION = "0.1.13"
4
+ VERSION = "0.1.15"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap_bux
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.13
4
+ version: 0.1.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alison Furlong
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-06-13 00:00:00.000000000 Z
11
+ date: 2024-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails