mumuki-styles 1.21.4 → 1.22.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: fbf5be34a475c593f59beff9a492cf35df64969c2e4d1065c26d8f0dd951de3e
4
- data.tar.gz: f6f48159748a2aa8accb0baef4cefd762e32289c4de2ff5a3732cbab4d6d004f
3
+ metadata.gz: 345e5d017cd856fbed633b5b6fecbf4d9a8f5c0ab358d0539df72b2ed6e09775
4
+ data.tar.gz: cf37843dbb85abee2af20a388d51783cce92f358d04700a085f365fbcb3d32d6
5
5
  SHA512:
6
- metadata.gz: 4ed4d2fbdd297590cab5dcbd084f4d9fe529081f1a7779b3c98944666fc97bf1a105655d8452964055587e413e5d09b423468e090dd2b719b482e30c44cb88c2
7
- data.tar.gz: 4c1bc4b806b5f447eee51df599fd8b59c8bdaa54f8e4bec885ec0781b72325a7da765e11f54302f5744dccb9bbdc22aaff3ab2d3883460b5d5b823c901b8ff7c
6
+ metadata.gz: 27d2da0f2168814a9798368df723ed1a7e01a42809dedfe9aa489c4e01063b43058cd7a26e37ce866c5cbf544b4e22112805bc6a62f97e5e679281051eb4dfd2
7
+ data.tar.gz: 441b83e73a5261742d2393e023c077fd8520f43945b26a3a328534f2ebded2598bebd0b15859a3e98e10412517ab59b4f6893f2b2cf32632df7ba6332e5fb0de
@@ -9462,6 +9462,13 @@ pre code {
9462
9462
  top: 2px;
9463
9463
  background-color: #FF5B81;
9464
9464
  border: 1px solid #FFF; }
9465
+ .mu-navbar .mu-navbar-avatar .profile-dropdown {
9466
+ cursor: pointer; }
9467
+ .mu-navbar .mu-navbar-avatar .profile-dropdown:hover {
9468
+ opacity: 0.5; }
9469
+ .mu-navbar .mu-navbar-avatar .profile-dropdown:focus {
9470
+ outline: none;
9471
+ opacity: 0.5; }
9465
9472
  .mu-navbar .mu-navbar-avatar img.mu-profile-avatar {
9466
9473
  width: 40px;
9467
9474
  height: 40px;
@@ -84,6 +84,19 @@ $avatar-size: 40px;
84
84
  }
85
85
  }
86
86
 
87
+ .profile-dropdown {
88
+ cursor: pointer;
89
+
90
+ &:hover {
91
+ opacity: 0.5;
92
+ }
93
+
94
+ &:focus {
95
+ outline: none;
96
+ opacity: 0.5;
97
+ }
98
+ }
99
+
87
100
  img {
88
101
  &.mu-profile-avatar {
89
102
  width: $avatar-size;
@@ -1,5 +1,5 @@
1
1
  module Mumuki
2
2
  module Styles
3
- VERSION = "1.21.4"
3
+ VERSION = "1.22.0"
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: 1.21.4
4
+ version: 1.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Federico Scarpa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-20 00:00:00.000000000 Z
11
+ date: 2020-10-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -242,8 +242,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
242
242
  - !ruby/object:Gem::Version
243
243
  version: '0'
244
244
  requirements: []
245
- rubyforge_project:
246
- rubygems_version: 2.7.7
245
+ rubygems_version: 3.0.8
247
246
  signing_key:
248
247
  specification_version: 4
249
248
  summary: Mumuki Styles