mumuki-styles 3.0.0 → 3.0.1

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: f5f6ecfaf0d5ffb0da528428dd84e0cf035a914bd7889d11806c6757ee9e9e76
4
- data.tar.gz: f1a43b4c0d60a5b3e07ea8880bdf1e80fb363b400a7ec58d08d7c90620f079d6
3
+ metadata.gz: e137107c37125518e3ebc82c264d2f62b37ca898aea906d4a1ec9f80b3970752
4
+ data.tar.gz: 3c7f6bb578d2f1edfccda6e891e27936030140987e9614cfc8b09627aa6d36a0
5
5
  SHA512:
6
- metadata.gz: d5d91cfb01eeb3783a907c8794572dc640b4fe043d0c8be203d924dbcebf0d0925819068f9dee76a2365b0a2258245dbf75178cc559a336f2ef1b53688a85ca3
7
- data.tar.gz: ef49376ce2ea87a4e8eeec54d29e2fccbb1013428c04437fbee99d3caec11ebbb634f18de2c50e62597366790110f7b7952ef38285834b2571c96db76e1a808a
6
+ metadata.gz: 5a90d88f21665a5cf1c26a1cc5bb4199edf326419a84cde2ad57080add5765e5b53a97a904dbf7ebc802c7c806ccefe3d70ee1b9ccec1cfe08a29da33c4cb2d2
7
+ data.tar.gz: 44f60e854f88e14449f3821e4871a794f3fc0c2269e76c6939d9f0a2aac1cc87d41a6b34b9bdc9ceffc31166d631831390f2f6b303f07421840549dc1ad6e963
Binary file
Binary file
Binary file
Binary file
@@ -16105,10 +16105,10 @@ pre {
16105
16105
  user-select: none;
16106
16106
  pointer-events: none; }
16107
16107
 
16108
- .mu-navbar.mu-inverted img {
16108
+ .mu-navbar.mu-inverted .profile-dropdown img {
16109
16109
  box-shadow: 0 0 0 2px white; }
16110
16110
 
16111
- .mu-navbar.mu-inverted .caret, .mu-navbar.mu-inverted .mu-navbar-icon {
16111
+ .mu-navbar.mu-inverted .dropdown-toggle, .mu-navbar.mu-inverted .mu-navbar-icon {
16112
16112
  color: white; }
16113
16113
 
16114
16114
  .mu-navbar.mu-inverted .mu-level-number {
@@ -16132,7 +16132,7 @@ pre {
16132
16132
  .nav-tabs > li > a {
16133
16133
  cursor: pointer; }
16134
16134
 
16135
- a:link, .dropdown-item:hover {
16135
+ a:link, .dropdown-item:hover, .nav-link:hover {
16136
16136
  text-decoration: none; }
16137
16137
 
16138
16138
  a:hover {
@@ -1,4 +1,4 @@
1
- a:link, .dropdown-item:hover {
1
+ a:link, .dropdown-item:hover, .nav-link:hover {
2
2
  text-decoration: none;
3
3
  }
4
4
 
@@ -144,11 +144,11 @@ $avatar-size: 40px;
144
144
  }
145
145
 
146
146
  &.mu-inverted {
147
- img {
147
+ .profile-dropdown img {
148
148
  box-shadow: 0 0 0 2px white;
149
149
  }
150
150
 
151
- .caret, .mu-navbar-icon {
151
+ .dropdown-toggle, .mu-navbar-icon {
152
152
  color: white;
153
153
  }
154
154
 
@@ -1,5 +1,5 @@
1
1
  module Mumuki
2
2
  module Styles
3
- VERSION = "3.0.0"
3
+ VERSION = "3.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mumuki-styles
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Federico Scarpa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-15 00:00:00.000000000 Z
11
+ date: 2021-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler