Skip to content

Commit

Permalink
fix(fab): add disabled styling for the items
Browse files Browse the repository at this point in the history
  • Loading branch information
silviyaboteva authored and joneff committed Nov 13, 2020
1 parent 44fe214 commit 917e726
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/default/scss/fab/_layout.scss
Expand Up @@ -122,6 +122,17 @@
outline: none;
}

// Disabled state
.k-fab-item.k-state-disabled,
.k-fab-item:disabled {
@include disabled( $disabled-styling );

.k-fab-item-icon,
.k-fab-item-text {
opacity: .6;
}
}

}

@include exports("fab/layout/rtl") {
Expand Down

0 comments on commit 917e726

Please sign in to comment.