semantic-ui-sass 0.12.2.0 → 0.12.3.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
  SHA1:
3
- metadata.gz: c828613d9fe303cd91d7f6b5f47e9da5c00360d1
4
- data.tar.gz: 2d0306a77772247a6430ee7791878a09971a9f82
3
+ metadata.gz: 70f35c9d55d54e459497307f537844f51eb838fd
4
+ data.tar.gz: b640fed2843f4ca235fe74d05cb1575c05110635
5
5
  SHA512:
6
- metadata.gz: 4892a53b4e33d7181b356e2ab820d6c1f137a8c424034a4711354a96041656222e0c3e465b469459086a8a696e465723332dc876a8f9c19718b725730b5f80fb
7
- data.tar.gz: 3a2e46ef00db92cc1c0c586afee7341e1078ba5ece5628d4ecccd798a17a7fa164407757f692fb3a256bd60255e5679dcb3183f230c2829dbb71992840eb0398
6
+ metadata.gz: c05055b76fb6b538af96e6d86c8e4549332da05244514740faddd3da5dd75cb8b8ae5fc3b54c90dbccd26614539995e9d1788d50a8d2ad15ddb25021bef18963
7
+ data.tar.gz: ca8a7121149a96d3b0bed9730273eeee0512448fb1f14ea7494bd6e31e417cec9c9cf1d63b126d4930af9222d16b6cd8c0d0daeb47056f7ac44e714e786d5bb4
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.12.3.0
2
+
3
+ * Update Semantic UI to 0.12.3
4
+
1
5
  ## 0.12.2.0
2
6
 
3
7
  * Update Semantic UI to 0.12.2
data/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ## Installation and Usage
6
6
 
7
7
  ```ruby
8
- gem 'semantic-ui-sass', '~> 0.12.2.0'
8
+ gem 'semantic-ui-sass', '~> 0.12.3.0'
9
9
  ```
10
10
  or
11
11
 
@@ -169,6 +169,11 @@
169
169
  box-shadow: 0em 0em 0em 1px rgba(0, 0, 0, 0.1) inset;
170
170
  }
171
171
 
172
+ .ui.attached + .ui.attached.message:not(.top):not(.bottom) {
173
+ margin-top: -1px;
174
+ border-radius: 0em;
175
+ }
176
+
172
177
  .ui.bottom.attached.message {
173
178
  margin-top: -1px;
174
179
  border-radius: 0em 0em 0.325em 0.325em;
@@ -258,28 +258,28 @@
258
258
  color: rgba(0, 0, 0, 0.5);
259
259
  }
260
260
 
261
- .ui.items .item:nth-of-type(n+1):hover {
261
+ .ui.items .item:nth-of-type(6n+1):hover {
262
262
  border-bottom-color: #6ECFF5 !important;
263
263
  }
264
264
 
265
- .ui.items .item:nth-of-type(n+2):hover {
265
+ .ui.items .item:nth-of-type(6n+2):hover {
266
266
  border-bottom-color: #5C6166 !important;
267
267
  }
268
268
 
269
- .ui.items .item:nth-of-type(n+3):hover {
269
+ .ui.items .item:nth-of-type(6n+3):hover {
270
270
  border-bottom-color: #A1CF64 !important;
271
271
  }
272
272
 
273
- .ui.items .item:nth-of-type(n+4):hover {
273
+ .ui.items .item:nth-of-type(6n+4):hover {
274
274
  border-bottom-color: #D95C5C !important;
275
275
  }
276
276
 
277
- .ui.items .item:nth-of-type(n+5):hover {
278
- border-bottom-color: #564F8A !important;
277
+ .ui.items .item:nth-of-type(6n+5):hover {
278
+ border-bottom-color: #00B5AD !important;
279
279
  }
280
280
 
281
- .ui.items .item:nth-of-type(n+6):hover {
282
- border-bottom-color: #00B5AD !important;
281
+ .ui.items .item:nth-of-type(6n+6):hover {
282
+ border-bottom-color: #564F8A !important;
283
283
  }
284
284
 
285
285
  /*******************************
@@ -1,8 +1,8 @@
1
1
  module Semantic
2
2
  module Ui
3
3
  module Sass
4
- VERSION = "0.12.2.0"
5
- SEMANTIC_UI_SHA = '92df43c1c3632594f1278d36e88c510b8a5d70f0'
4
+ VERSION = "0.12.3.0"
5
+ SEMANTIC_UI_SHA = 'cff94dbc0b6ed6f7a7c472ce639362d9f978bc8a'
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: semantic-ui-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.2.0
4
+ version: 0.12.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - doabit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-21 00:00:00.000000000 Z
11
+ date: 2014-01-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler