浏览代码

Add !important to color rule in .is-loading class in button (#199)

Max Vyznyuk 9 年之前
父节点
当前提交
0ad8450ead
共有 5 个文件被更改,包括 20 次插入20 次删除
  1. 19 19
      css/bulma.css
  2. 0 0
      css/bulma.css.map
  3. 0 0
      css/bulma.min.css
  4. 0 0
      css/bulma.min.css.map
  5. 1 1
      sass/elements/button.sass

+ 19 - 19
css/bulma.css

@@ -1500,7 +1500,7 @@ a.box:active {
 }
 
 .button.is-loading, .pagination a.is-loading {
-  color: transparent;
+  color: transparent !important;
   pointer-events: none;
 }
 
@@ -5121,15 +5121,15 @@ a.header-item.is-active {
 
 .hero.is-dark .header-icon,
 .hero.is-dark a.header-item,
-.hero.is-dark .header-item > a:not(.button) {
+.hero.is-dark .header-item > a:not(.button):not(.pagination a) {
   color: rgba(255, 255, 255, 0.5);
 }
 
 .hero.is-dark .header-icon:hover, .hero.is-dark .header-icon.is-active,
 .hero.is-dark a.header-item:hover,
 .hero.is-dark a.header-item.is-active,
-.hero.is-dark .header-item > a:not(.button):hover,
-.hero.is-dark .header-item > a:not(.button).is-active {
+.hero.is-dark .header-item > a:not(.button):not(.pagination a):hover,
+.hero.is-dark .header-item > a:not(.button):not(.pagination a).is-active {
   color: white;
 }
 
@@ -5208,15 +5208,15 @@ a.header-item.is-active {
 
 .hero.is-primary .header-icon,
 .hero.is-primary a.header-item,
-.hero.is-primary .header-item > a:not(.button) {
+.hero.is-primary .header-item > a:not(.button):not(.pagination a) {
   color: rgba(255, 255, 255, 0.5);
 }
 
 .hero.is-primary .header-icon:hover, .hero.is-primary .header-icon.is-active,
 .hero.is-primary a.header-item:hover,
 .hero.is-primary a.header-item.is-active,
-.hero.is-primary .header-item > a:not(.button):hover,
-.hero.is-primary .header-item > a:not(.button).is-active {
+.hero.is-primary .header-item > a:not(.button):not(.pagination a):hover,
+.hero.is-primary .header-item > a:not(.button):not(.pagination a).is-active {
   color: white;
 }
 
@@ -5295,15 +5295,15 @@ a.header-item.is-active {
 
 .hero.is-info .header-icon,
 .hero.is-info a.header-item,
-.hero.is-info .header-item > a:not(.button) {
+.hero.is-info .header-item > a:not(.button):not(.pagination a) {
   color: rgba(255, 255, 255, 0.5);
 }
 
 .hero.is-info .header-icon:hover, .hero.is-info .header-icon.is-active,
 .hero.is-info a.header-item:hover,
 .hero.is-info a.header-item.is-active,
-.hero.is-info .header-item > a:not(.button):hover,
-.hero.is-info .header-item > a:not(.button).is-active {
+.hero.is-info .header-item > a:not(.button):not(.pagination a):hover,
+.hero.is-info .header-item > a:not(.button):not(.pagination a).is-active {
   color: white;
 }
 
@@ -5382,15 +5382,15 @@ a.header-item.is-active {
 
 .hero.is-success .header-icon,
 .hero.is-success a.header-item,
-.hero.is-success .header-item > a:not(.button) {
+.hero.is-success .header-item > a:not(.button):not(.pagination a) {
   color: rgba(255, 255, 255, 0.5);
 }
 
 .hero.is-success .header-icon:hover, .hero.is-success .header-icon.is-active,
 .hero.is-success a.header-item:hover,
 .hero.is-success a.header-item.is-active,
-.hero.is-success .header-item > a:not(.button):hover,
-.hero.is-success .header-item > a:not(.button).is-active {
+.hero.is-success .header-item > a:not(.button):not(.pagination a):hover,
+.hero.is-success .header-item > a:not(.button):not(.pagination a).is-active {
   color: white;
 }
 
@@ -5469,15 +5469,15 @@ a.header-item.is-active {
 
 .hero.is-warning .header-icon,
 .hero.is-warning a.header-item,
-.hero.is-warning .header-item > a:not(.button) {
+.hero.is-warning .header-item > a:not(.button):not(.pagination a) {
   color: rgba(0, 0, 0, 0.5);
 }
 
 .hero.is-warning .header-icon:hover, .hero.is-warning .header-icon.is-active,
 .hero.is-warning a.header-item:hover,
 .hero.is-warning a.header-item.is-active,
-.hero.is-warning .header-item > a:not(.button):hover,
-.hero.is-warning .header-item > a:not(.button).is-active {
+.hero.is-warning .header-item > a:not(.button):not(.pagination a):hover,
+.hero.is-warning .header-item > a:not(.button):not(.pagination a).is-active {
   color: rgba(0, 0, 0, 0.5);
 }
 
@@ -5556,15 +5556,15 @@ a.header-item.is-active {
 
 .hero.is-danger .header-icon,
 .hero.is-danger a.header-item,
-.hero.is-danger .header-item > a:not(.button) {
+.hero.is-danger .header-item > a:not(.button):not(.pagination a) {
   color: rgba(255, 255, 255, 0.5);
 }
 
 .hero.is-danger .header-icon:hover, .hero.is-danger .header-icon.is-active,
 .hero.is-danger a.header-item:hover,
 .hero.is-danger a.header-item.is-active,
-.hero.is-danger .header-item > a:not(.button):hover,
-.hero.is-danger .header-item > a:not(.button).is-active {
+.hero.is-danger .header-item > a:not(.button):not(.pagination a):hover,
+.hero.is-danger .header-item > a:not(.button):not(.pagination a).is-active {
   color: white;
 }
 

文件差异内容过多而无法显示
+ 0 - 0
css/bulma.css.map


文件差异内容过多而无法显示
+ 0 - 0
css/bulma.min.css


文件差异内容过多而无法显示
+ 0 - 0
css/bulma.min.css.map


+ 1 - 1
sass/elements/button.sass

@@ -101,7 +101,7 @@
     display: block
     width: 100%
   &.is-loading
-    color: transparent
+    color: transparent !important
     pointer-events: none
     &:after
       @extend .loader

部分文件因为文件数量过多而无法显示