style: remove hover style in disable tab

pull/49/head
moonrailgun 3 years ago
parent 853222f50f
commit 3b8dd132f5

@ -14,6 +14,7 @@
padding: 2px 8px;
@apply text-gray-800 dark:text-gray-200 bg-black bg-opacity-0 dark:bg-white dark:bg-opacity-0;
&:not(.ant-tabs-tab-disabled) {
&.ant-tabs-tab-active,
&:hover,
&:active {
@ -25,6 +26,7 @@
}
}
}
}
.ant-tabs-content-holder {
overflow-x: hidden;

Loading…
Cancel
Save