美文网首页
ionic super-tas插件修改select 颜色

ionic super-tas插件修改select 颜色

作者: 明天以后就娶你 | 来源:发表于2018-10-22 12:21 被阅读0次

super-tab-button {

  &:not(.selected) {

    ion-icon,

    span:not(.badge) {

      opacity: 0.45!important; // I want my unselected tabs to be semi-transparent.

      color: color($colors, black); // I'm using ionic color variables, but you could set the color here like #999

    }

  }

  &.selected {

    ion-icon {

      color: color($colors, black); // change color of selected tab icon

    }

    span:not(.badge) {

      color: color($colors, primary); // 选中之后的颜色

    }

  }

相关文章

网友评论

      本文标题:ionic super-tas插件修改select 颜色

      本文链接:https://www.haomeiwen.com/subject/jizwzftx.html