Tagged: x
-
AuthorPosts
-
September 13, 2016 at 11:05 am #1173297
kingpupParticipantI’m not sure if this is intended behavior or just an oversight, but I notice that when you have tabbed content, the inactive tab text is selectable. In other words, the mouse pointer changes to a text cursor when you hover over it and it can be selected by dragging over it. This is different from the active tab, which behaves more like a button with non-selectable text.
Is there an easy way to make the behavior of inactive tabs like buttons with non-selectable text?
September 13, 2016 at 12:00 pm #1173425
RupokMemberHi there,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
September 13, 2016 at 12:55 pm #1173518
kingpupParticipantThis reply has been marked as private.September 13, 2016 at 2:42 pm #1173689
Nabeel AModeratorHi again,
Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.x-nav-tabs { cursor: default !important; }Let us know how this goes!
September 13, 2016 at 3:43 pm #1173781
kingpupParticipantThat works great thanks! I have a feeling it should be the default styling for tabs because it’s a far better user experience!
September 13, 2016 at 7:34 pm #1174026
JadeModeratorYou’re welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1173297 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
