patternfly-sass 3.5.0 → 3.5.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1923dd6b99b58d6b35f31741b998b94986ddf387
4
- data.tar.gz: 815eb54dafeda3b0c41e41a0042e2bb126043899
3
+ metadata.gz: 0818ed864831636c9706521cdf151ed037b1cb8e
4
+ data.tar.gz: dcadba0997380a06627805841e1dcc7ffba3a4b6
5
5
  SHA512:
6
- metadata.gz: 80947ba25d3d35b0577c65e214860f697da8bb4b3f72ba6c10e96855f8868d7e2d2bad22b3b45e73d625d54ecbd2648362622c2eced7277a50fcfbdc72736965
7
- data.tar.gz: 39a0ca43467cd89bf4435a18a1489b76a6abcd08ed04312c5637f6a5ad4a236bc88b369163ba617ae1bcb71a2b76c33a375a866844b5bf1a98d383847c2d70b5
6
+ metadata.gz: ca6030f00fc91265d12df3a3a61dda4042f1116c40c8a99b664f37d78ef90f0c6b362c49e779a27b0094b168983b0d650670f4a94fd1edd69fa279db4e7bb386
7
+ data.tar.gz: 4453588cc89d25918e840697a6ef9c9d668387e867511da155ef024b42baf97b52aeddc7fe7ab21d809803a42215cda8e0afd041585dbf8bd0203bac01c92ba2
@@ -84,6 +84,7 @@
84
84
  @import "patternfly/icons";
85
85
  @import "patternfly/infotip";
86
86
  @import "patternfly/layouts";
87
+ @import "patternfly/links";
87
88
  @import "patternfly/list-view";
88
89
  @import "patternfly/login";
89
90
  @import "patternfly/navbar";
@@ -14,9 +14,11 @@
14
14
  &[disabled],
15
15
  &[readonly],
16
16
  fieldset[disabled] & {
17
- border-color: $input-border-disabled !important;
18
17
  @include box-shadow(none);
19
18
  color: $color-pf-black-500;
19
+ &:hover {
20
+ border-color: $input-border;
21
+ }
20
22
  }
21
23
  &:hover {
22
24
  border-color: $input-border-hover;
@@ -0,0 +1,5 @@
1
+ a.disabled {
2
+ color: $color-pf-black-500;
3
+ cursor: $cursor-disabled;
4
+ text-decoration: none;
5
+ }
@@ -46,8 +46,8 @@ $img-spinner-inverse-xs: "spinner-inv
46
46
  $img-spinner-lg: "spinner-lg.gif" !default;
47
47
  $img-spinner-sm: "spinner-sm.gif" !default;
48
48
  $img-spinner-xs: "spinner-xs.gif" !default;
49
- $input-border-disabled: $color-pf-black-300 !default;
50
49
  $input-border-hover: $color-pf-blue-200 !default;
50
+ $input-border-focus: $color-pf-blue-400 !default;
51
51
  $list-view-accented-border: $color-pf-blue-300 !default;
52
52
  $list-view-active-bg: $color-pf-blue-50 !default;
53
53
  $list-view-divider: $color-pf-black-300 !default;
data/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "patternfly-sass",
3
- "version": "3.5.0",
3
+ "version": "3.5.1",
4
4
  "license": "Apache-2.0",
5
5
  "homepage": "https://www.patternfly.org",
6
6
  "authors": [
@@ -1,4 +1,4 @@
1
1
  module Patternfly
2
- VERSION = '3.5.0'
3
- PATTERNFLY_SHA = 'f09a1ba822ca996fb641c0302c93603a2639ff2c'
2
+ VERSION = '3.5.1'
3
+ PATTERNFLY_SHA = 'ca47c9ba9899549b2ae5413a572b7c64d3a68c2e'
4
4
  end
data/spec/html/cards.html CHANGED
@@ -240,8 +240,8 @@
240
240
  <div class="col-xs-12 col-sm-4 col-md-3 col-lg-2">
241
241
  <div class="card-pf card-pf-accented card-pf-aggregate-status card-pf-aggregate-status-mini">
242
242
  <h2 class="card-pf-title">
243
- <span class="fa fa-paper-plane"></span>
244
243
  <a href="#">
244
+ <span class="fa fa-paper-plane"></span>
245
245
  <span class="card-pf-aggregate-status-count">20</span> Amet
246
246
  </a>
247
247
  </h2>
@@ -256,8 +256,8 @@
256
256
  <div class="col-xs-12 col-sm-4 col-md-3 col-lg-2">
257
257
  <div class="card-pf card-pf-accented card-pf-aggregate-status card-pf-aggregate-status-mini">
258
258
  <h2 class="card-pf-title">
259
- <span class="pficon pficon-cluster"></span>
260
259
  <a href="#">
260
+ <span class="pficon pficon-cluster"></span>
261
261
  <span class="card-pf-aggregate-status-count">9</span> Adipiscing
262
262
  </a>
263
263
  </h2>
@@ -272,8 +272,8 @@
272
272
  <div class="col-xs-12 col-sm-4 col-md-3 col-lg-2">
273
273
  <div class="card-pf card-pf-accented card-pf-aggregate-status card-pf-aggregate-status-mini">
274
274
  <h2 class="card-pf-title">
275
- <span class="pficon pficon-image"></span>
276
275
  <a href="#">
276
+ <span class="pficon pficon-image"></span>
277
277
  <span class="card-pf-aggregate-status-count">12</span> Lorem
278
278
  </a>
279
279
  </h2>
@@ -287,8 +287,8 @@
287
287
  <div class="col-xs-12 col-sm-4 col-md-3 col-lg-2">
288
288
  <div class="card-pf card-pf-accented card-pf-aggregate-status card-pf-aggregate-status-mini">
289
289
  <h2 class="card-pf-title">
290
- <span class="fa fa-shield"></span>
291
290
  <a href="#">
291
+ <span class="fa fa-shield"></span>
292
292
  <span class="card-pf-aggregate-status-count">6</span> Dolar Sit
293
293
  </a>
294
294
  </h2>
@@ -302,8 +302,8 @@
302
302
  <div class="col-xs-12 col-sm-4 col-md-3 col-lg-2">
303
303
  <div class="card-pf card-pf-accented card-pf-aggregate-status card-pf-aggregate-status-mini">
304
304
  <h2 class="card-pf-title">
305
- <span class="fa fa-rocket"></span>
306
305
  <a href="#">
306
+ <span class="fa fa-rocket"></span>
307
307
  <span class="card-pf-aggregate-status-count">199</span> Consectetur
308
308
  </a>
309
309
  </h2>
@@ -808,7 +808,7 @@
808
808
  </ul>
809
809
  </div>
810
810
  <p>
811
- <a href="#" class="card-pf-link-with-icon">
811
+ <a href="#" class="card-pf-link-with-icon disabled">
812
812
  <span class="pficon pficon-flag"></span>View CPU Events
813
813
  </a>
814
814
  </p>
@@ -1370,10 +1370,10 @@ select.mobile-device {
1370
1370
  border-top-left-radius: 0px;
1371
1371
  }
1372
1372
  .bootstrap-switch.bootstrap-switch-focused {
1373
- border-color: #66afe9;
1373
+ border-color: #0088ce;
1374
1374
  outline: 0;
1375
- -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
1376
- box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
1375
+ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 136, 206, 0.6);
1376
+ box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 136, 206, 0.6);
1377
1377
  }
1378
1378
  .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
1379
1379
  .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
@@ -2088,13 +2088,13 @@ fieldset[disabled] .combobox-container .input-group-addon.active {
2088
2088
  box-shadow: inset 0 1px 1px rgba(3, 3, 3, 0.075);
2089
2089
  }
2090
2090
  .bootstrap-datepicker.form-control[readonly]:focus {
2091
- border-color: #66afe9;
2091
+ border-color: #0088ce;
2092
2092
  outline: 0;
2093
- -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
2094
- box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
2093
+ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 136, 206, 0.6);
2094
+ box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 136, 206, 0.6);
2095
2095
  }
2096
2096
  .bootstrap-datepicker.form-control[readonly]:focus {
2097
- border-color: #66afe9 !important;
2097
+ border-color: #0088ce !important;
2098
2098
  }
2099
2099
  .has-error .bootstrap-datepicker.form-control[readonly]:focus {
2100
2100
  border-color: #990000;
@@ -2211,10 +2211,10 @@ fieldset[disabled] .combobox-container .input-group-addon.active {
2211
2211
  margin-top: -4px;
2212
2212
  }
2213
2213
  .bootstrap-select.btn-group .btn:focus {
2214
- border-color: #66afe9;
2214
+ border-color: #0088ce;
2215
2215
  outline: 0 !important;
2216
- -webkit-box-shadow: inset 0 1px 1px rgba(3, 3, 3, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
2217
- box-shadow: inset 0 1px 1px rgba(3, 3, 3, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
2216
+ -webkit-box-shadow: inset 0 1px 1px rgba(3, 3, 3, 0.075), 0 0 8px rgba(0, 136, 206, 0.6);
2217
+ box-shadow: inset 0 1px 1px rgba(3, 3, 3, 0.075), 0 0 8px rgba(0, 136, 206, 0.6);
2218
2218
  }
2219
2219
  .has-error .bootstrap-select.btn-group .btn {
2220
2220
  border-color: #cc0000;
@@ -3325,6 +3325,11 @@ table.datatable th:active {
3325
3325
  .layout-pf-alt.layout-pf-alt-fixed-with-footer body {
3326
3326
  padding-bottom: 37px;
3327
3327
  }
3328
+ a.disabled {
3329
+ color: #8b8d8f;
3330
+ cursor: not-allowed;
3331
+ text-decoration: none;
3332
+ }
3328
3333
  .list-view-pf .list-group-item {
3329
3334
  align-items: flex-start;
3330
3335
  display: -ms-flexbox;