diff --git a/scss/_tabs.scss b/scss/_tabs.scss
index ffa22f039c..51d88f3efc 100644
--- a/scss/_tabs.scss
+++ b/scss/_tabs.scss
@@ -227,3 +227,10 @@
position: relative;
}
}
+
+.tab-item.disabled,
+.tab-item[disabled] {
+ opacity: .4;
+ cursor: default !important;
+ pointer-events: none;
+}
diff --git a/test/css/tab-bars-icons-bottom.html b/test/css/tab-bars-icons-bottom.html
index 7c81f4dfc6..3db974548d 100644
--- a/test/css/tab-bars-icons-bottom.html
+++ b/test/css/tab-bars-icons-bottom.html
@@ -48,6 +48,14 @@
Clean
+
+ Disabled
+
+
+
+ Inactive
+
+