No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. raghees
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 10
    • Best 1
    • Groups 0

    raghees

    @raghees

    1
    Reputation
    1
    Profile views
    10
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    raghees Follow

    Best posts made by raghees

    • RE: Gantt Chart for Quasar

      @Ilia have you used this ?
      https://github.com/neuronetio/gantt-schedule-timeline-calendar

      posted in Help
      R
      raghees

    Latest posts made by raghees

    • RE: Disable hover effect on all elements like, select, input, button

      I am using quasar-plugin for vue-cli and not using qusar-cli. will it work there as well?

      posted in Help
      R
      raghees
    • RE: Disable hover effect on all elements like, select, input, button

      thanks @dobbel and @beets

      posted in Help
      R
      raghees
    • RE: Gantt Chart for Quasar

      @Ilia have you used this ?
      https://github.com/neuronetio/gantt-schedule-timeline-calendar

      posted in Help
      R
      raghees
    • RE: Gantt Chart for Quasar

      I tried this by I am facing problem in adding pictures in the tasks. Have you used in your projects? I want to confirm if they support task customization before buying it.

      posted in Help
      R
      raghees
    • Gantt Chart for Quasar

      Hey,
      I am looking for the gantt chart for my vue application, I am using quasar for the UI components and looking to integrate gantt chart. any one knows the best chart with full customization either free or paid.

      posted in Help
      R
      raghees
    • Disable hover effect on all elements like, select, input, button

      I am trying to remove hover effect on all the elements through the following code, it only worked for the button. Is there any option to remove all hover effect of the specific element or all the elements.

      body.desktop .q-focusable:focus .q-focus-helper,
      body.desktop .q-hoverable:hover .q-focus-helper {
        background: inherit !important;
        opacity: 0 !important;
      }
      
      body .q-field .q-field__control .q-hoverable:hover {
        background: inherit !important;
        opacity: 0 !important;
      }
      
      posted in Help
      R
      raghees
    • RE: remove q-step content when selecting a step

      @dobbel thanks for the help again man.

      posted in Help
      R
      raghees
    • remove q-step content when selecting a step

      how can I remove stepper content from the q-step? I am only using q-step not the data inside the body of it and using stepper vertically when I change any of the step it moves from its position and it is due to the q-stepper__step-content added to it. so how can I remove that ?

      posted in Help
      R
      raghees
    • RE: Change q-step circle indicator to square

      @dobbel thanks, I was using in scoped styles that’s why it was not working

      posted in Framework
      R
      raghees
    • Change q-step circle indicator to square

      I want to change q-step circle indicator to square, I tried to remove it by adding class but it didn’t have any effect on it.

      .q-stepper__dot {
      border-radius: 0
      }
      
      posted in Framework
      R
      raghees