bullet_train-themes-light 1.28.0 → 1.30.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2883fe936752186ec696acc23b8cea87cd43dc42d661764826f734dd3ca96645
|
4
|
+
data.tar.gz: d171f849766289c0190908797cb691619633f471e2406bbb12574da4047d695d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d6a13d66c7c424446fce25d2c7af2a889a2568627013f45d837245645fce44e02f22665f695bbda2822ba375c0647c0d56cb4575b9e83818f348b2020ba4e55
|
7
|
+
data.tar.gz: df799a24ee1871f5314e645b20b3b8d62267abf15848eabb4ddae077964066fdbb8fded6ed78a7fc5b922122f4c9e7fdeed15dc14fc5b939b0c7cdf428f485ae
|
@@ -42,3 +42,19 @@ html.turn-exit [data-turn-exit] {
|
|
42
42
|
transform: translateZ(0)
|
43
43
|
}
|
44
44
|
}
|
45
|
+
|
46
|
+
/*
|
47
|
+
* A (possibly) temporary fix for a weird interaction between Turbo and turn.js
|
48
|
+
* https://github.com/bullet-train-co/bullet_train/issues/2214#issuecomment-3349556410
|
49
|
+
*/
|
50
|
+
.turn-view-transitions.turn-transition [data-turn-enter],
|
51
|
+
.turn-view-transitions.turn-before-transition [data-turn-enter] {
|
52
|
+
opacity: 0;
|
53
|
+
}
|
54
|
+
|
55
|
+
/*
|
56
|
+
* This mostly prevents sudden side-to-side jumping due to the addition of a scrollbar during transition.
|
57
|
+
*/
|
58
|
+
html.turn-advance{
|
59
|
+
overflow: hidden;
|
60
|
+
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bullet_train-themes-light
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.30.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Culver
|
@@ -90,7 +90,6 @@ files:
|
|
90
90
|
- MIT-LICENSE
|
91
91
|
- README.md
|
92
92
|
- Rakefile
|
93
|
-
- app/assets/config/bullet_train_themes_light_manifest.js
|
94
93
|
- app/assets/stylesheets/light.tailwind.css
|
95
94
|
- app/assets/stylesheets/light/actiontext.css
|
96
95
|
- app/assets/stylesheets/light/application.css
|
File without changes
|