diff --git a/public/themes/arya-blue/theme.css b/public/themes/arya-blue/theme.css index 47470ed07..7a5c43a86 100644 --- a/public/themes/arya-blue/theme.css +++ b/public/themes/arya-blue/theme.css @@ -205,7 +205,7 @@ width: 2.5rem; height: 2.5rem; border-radius: 50%; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border: 1px solid transparent; } .p-datepicker table td > span.p-highlight { @@ -266,7 +266,7 @@ } .p-datepicker .p-monthpicker .p-monthpicker-month { padding: 0.5rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { @@ -494,7 +494,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight { @@ -782,7 +782,7 @@ padding: 0.5rem 1rem; border: 0 none; color: rgba(255, 255, 255, 0.87); - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-listbox .p-listbox-list .p-listbox-item.p-highlight { @@ -883,7 +883,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { @@ -1639,7 +1639,7 @@ font-weight: 600; color: rgba(255, 255, 255, 0.87); background: #1e1e1e; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-datatable .p-datatable-tfoot > tr > td { text-align: left; @@ -1683,7 +1683,7 @@ .p-datatable .p-datatable-tbody > tr { background: #1e1e1e; color: rgba(255, 255, 255, 0.87); - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; outline-color: #BBDEFB; } .p-datatable .p-datatable-tbody > tr > td { @@ -1961,7 +1961,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, box-shadow 0.2s; } .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { background: rgba(255, 255, 255, 0.03); @@ -2055,7 +2055,7 @@ min-width: 2.286em; height: 2.286em; margin: 0.143rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, @@ -2097,7 +2097,7 @@ min-width: 2.286em; height: 2.286em; margin: 0.143rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { @@ -2141,7 +2141,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, box-shadow 0.2s; } .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { background: rgba(255, 255, 255, 0.03); @@ -2197,7 +2197,7 @@ } .p-tree .p-tree-container .p-treenode .p-treenode-content { border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; padding: 0.5rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { @@ -2285,7 +2285,7 @@ font-weight: 600; color: rgba(255, 255, 255, 0.87); background: #1e1e1e; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-treetable .p-treetable-tfoot > tr > td { text-align: left; @@ -2329,7 +2329,7 @@ .p-treetable .p-treetable-tbody > tr { background: #1e1e1e; color: rgba(255, 255, 255, 0.87); - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; outline-color: #BBDEFB; } .p-treetable .p-treetable-tbody > tr > td { @@ -2438,7 +2438,7 @@ background: #1e1e1e; font-weight: 600; border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon { margin-right: 0.5rem; @@ -2539,13 +2539,13 @@ } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend { padding: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { padding: 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler { margin-right: 0.5rem; @@ -2634,7 +2634,7 @@ font-weight: 600; border-top-right-radius: 3px; border-top-left-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; margin: 0 0 -2px 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus { @@ -2874,7 +2874,7 @@ padding: 1rem; } .p-breadcrumb ul li .p-menuitem-link { - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-breadcrumb ul li .p-menuitem-link:focus { @@ -2911,7 +2911,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-contextmenu .p-menuitem-link .p-menuitem-text { @@ -2975,7 +2975,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { @@ -3026,7 +3026,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-megamenu .p-menuitem-link .p-menuitem-text { @@ -3105,7 +3105,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menu .p-menuitem-link .p-menuitem-text { @@ -3165,7 +3165,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menubar .p-menuitem-link .p-menuitem-text { @@ -3199,7 +3199,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { @@ -3321,7 +3321,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { @@ -3405,7 +3405,7 @@ background: #1e1e1e; font-weight: 600; border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { margin-right: 0.5rem; @@ -3454,7 +3454,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text { @@ -3513,7 +3513,7 @@ .p-steps .p-steps-item .p-menuitem-link { background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; background: transparent; } @@ -3574,7 +3574,7 @@ font-weight: 600; border-top-right-radius: 3px; border-top-left-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; margin: 0 0 -2px 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { @@ -3608,7 +3608,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-tieredmenu .p-menuitem-link .p-menuitem-text { @@ -3968,7 +3968,7 @@ color: #f8f9fa; } .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content { - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { outline: 0 none; diff --git a/public/themes/arya-green/theme.css b/public/themes/arya-green/theme.css index 9eed5cbfa..20100a210 100644 --- a/public/themes/arya-green/theme.css +++ b/public/themes/arya-green/theme.css @@ -205,7 +205,7 @@ width: 2.5rem; height: 2.5rem; border-radius: 50%; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border: 1px solid transparent; } .p-datepicker table td > span.p-highlight { @@ -266,7 +266,7 @@ } .p-datepicker .p-monthpicker .p-monthpicker-month { padding: 0.5rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { @@ -494,7 +494,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight { @@ -782,7 +782,7 @@ padding: 0.5rem 1rem; border: 0 none; color: rgba(255, 255, 255, 0.87); - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-listbox .p-listbox-list .p-listbox-item.p-highlight { @@ -883,7 +883,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { @@ -1639,7 +1639,7 @@ font-weight: 600; color: rgba(255, 255, 255, 0.87); background: #1e1e1e; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-datatable .p-datatable-tfoot > tr > td { text-align: left; @@ -1683,7 +1683,7 @@ .p-datatable .p-datatable-tbody > tr { background: #1e1e1e; color: rgba(255, 255, 255, 0.87); - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; outline-color: #C8E6C9; } .p-datatable .p-datatable-tbody > tr > td { @@ -1961,7 +1961,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, box-shadow 0.2s; } .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { background: rgba(255, 255, 255, 0.03); @@ -2055,7 +2055,7 @@ min-width: 2.286em; height: 2.286em; margin: 0.143rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, @@ -2097,7 +2097,7 @@ min-width: 2.286em; height: 2.286em; margin: 0.143rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { @@ -2141,7 +2141,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, box-shadow 0.2s; } .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { background: rgba(255, 255, 255, 0.03); @@ -2197,7 +2197,7 @@ } .p-tree .p-tree-container .p-treenode .p-treenode-content { border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; padding: 0.5rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { @@ -2285,7 +2285,7 @@ font-weight: 600; color: rgba(255, 255, 255, 0.87); background: #1e1e1e; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-treetable .p-treetable-tfoot > tr > td { text-align: left; @@ -2329,7 +2329,7 @@ .p-treetable .p-treetable-tbody > tr { background: #1e1e1e; color: rgba(255, 255, 255, 0.87); - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; outline-color: #C8E6C9; } .p-treetable .p-treetable-tbody > tr > td { @@ -2438,7 +2438,7 @@ background: #1e1e1e; font-weight: 600; border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon { margin-right: 0.5rem; @@ -2539,13 +2539,13 @@ } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend { padding: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { padding: 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler { margin-right: 0.5rem; @@ -2634,7 +2634,7 @@ font-weight: 600; border-top-right-radius: 3px; border-top-left-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; margin: 0 0 -2px 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus { @@ -2874,7 +2874,7 @@ padding: 1rem; } .p-breadcrumb ul li .p-menuitem-link { - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-breadcrumb ul li .p-menuitem-link:focus { @@ -2911,7 +2911,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-contextmenu .p-menuitem-link .p-menuitem-text { @@ -2975,7 +2975,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { @@ -3026,7 +3026,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-megamenu .p-menuitem-link .p-menuitem-text { @@ -3105,7 +3105,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menu .p-menuitem-link .p-menuitem-text { @@ -3165,7 +3165,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menubar .p-menuitem-link .p-menuitem-text { @@ -3199,7 +3199,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { @@ -3321,7 +3321,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { @@ -3405,7 +3405,7 @@ background: #1e1e1e; font-weight: 600; border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { margin-right: 0.5rem; @@ -3454,7 +3454,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text { @@ -3513,7 +3513,7 @@ .p-steps .p-steps-item .p-menuitem-link { background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; background: transparent; } @@ -3574,7 +3574,7 @@ font-weight: 600; border-top-right-radius: 3px; border-top-left-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; margin: 0 0 -2px 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { @@ -3608,7 +3608,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-tieredmenu .p-menuitem-link .p-menuitem-text { @@ -3968,7 +3968,7 @@ color: #f8f9fa; } .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content { - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { outline: 0 none; diff --git a/public/themes/arya-orange/theme.css b/public/themes/arya-orange/theme.css index 62b74cbf7..937954ac1 100644 --- a/public/themes/arya-orange/theme.css +++ b/public/themes/arya-orange/theme.css @@ -205,7 +205,7 @@ width: 2.5rem; height: 2.5rem; border-radius: 50%; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border: 1px solid transparent; } .p-datepicker table td > span.p-highlight { @@ -266,7 +266,7 @@ } .p-datepicker .p-monthpicker .p-monthpicker-month { padding: 0.5rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { @@ -494,7 +494,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight { @@ -782,7 +782,7 @@ padding: 0.5rem 1rem; border: 0 none; color: rgba(255, 255, 255, 0.87); - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-listbox .p-listbox-list .p-listbox-item.p-highlight { @@ -883,7 +883,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { @@ -1639,7 +1639,7 @@ font-weight: 600; color: rgba(255, 255, 255, 0.87); background: #1e1e1e; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-datatable .p-datatable-tfoot > tr > td { text-align: left; @@ -1683,7 +1683,7 @@ .p-datatable .p-datatable-tbody > tr { background: #1e1e1e; color: rgba(255, 255, 255, 0.87); - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; outline-color: #FFECB3; } .p-datatable .p-datatable-tbody > tr > td { @@ -1961,7 +1961,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, box-shadow 0.2s; } .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { background: rgba(255, 255, 255, 0.03); @@ -2055,7 +2055,7 @@ min-width: 2.286em; height: 2.286em; margin: 0.143rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, @@ -2097,7 +2097,7 @@ min-width: 2.286em; height: 2.286em; margin: 0.143rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { @@ -2141,7 +2141,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, box-shadow 0.2s; } .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { background: rgba(255, 255, 255, 0.03); @@ -2197,7 +2197,7 @@ } .p-tree .p-tree-container .p-treenode .p-treenode-content { border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; padding: 0.5rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { @@ -2285,7 +2285,7 @@ font-weight: 600; color: rgba(255, 255, 255, 0.87); background: #1e1e1e; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-treetable .p-treetable-tfoot > tr > td { text-align: left; @@ -2329,7 +2329,7 @@ .p-treetable .p-treetable-tbody > tr { background: #1e1e1e; color: rgba(255, 255, 255, 0.87); - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; outline-color: #FFECB3; } .p-treetable .p-treetable-tbody > tr > td { @@ -2438,7 +2438,7 @@ background: #1e1e1e; font-weight: 600; border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon { margin-right: 0.5rem; @@ -2539,13 +2539,13 @@ } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend { padding: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { padding: 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler { margin-right: 0.5rem; @@ -2634,7 +2634,7 @@ font-weight: 600; border-top-right-radius: 3px; border-top-left-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; margin: 0 0 -2px 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus { @@ -2874,7 +2874,7 @@ padding: 1rem; } .p-breadcrumb ul li .p-menuitem-link { - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-breadcrumb ul li .p-menuitem-link:focus { @@ -2911,7 +2911,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-contextmenu .p-menuitem-link .p-menuitem-text { @@ -2975,7 +2975,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { @@ -3026,7 +3026,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-megamenu .p-menuitem-link .p-menuitem-text { @@ -3105,7 +3105,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menu .p-menuitem-link .p-menuitem-text { @@ -3165,7 +3165,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menubar .p-menuitem-link .p-menuitem-text { @@ -3199,7 +3199,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { @@ -3321,7 +3321,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { @@ -3405,7 +3405,7 @@ background: #1e1e1e; font-weight: 600; border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { margin-right: 0.5rem; @@ -3454,7 +3454,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text { @@ -3513,7 +3513,7 @@ .p-steps .p-steps-item .p-menuitem-link { background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; background: transparent; } @@ -3574,7 +3574,7 @@ font-weight: 600; border-top-right-radius: 3px; border-top-left-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; margin: 0 0 -2px 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { @@ -3608,7 +3608,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-tieredmenu .p-menuitem-link .p-menuitem-text { @@ -3968,7 +3968,7 @@ color: #f8f9fa; } .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content { - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { outline: 0 none; diff --git a/public/themes/arya-purple/theme.css b/public/themes/arya-purple/theme.css index 6156e1cc8..8b8711c25 100644 --- a/public/themes/arya-purple/theme.css +++ b/public/themes/arya-purple/theme.css @@ -205,7 +205,7 @@ width: 2.5rem; height: 2.5rem; border-radius: 50%; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border: 1px solid transparent; } .p-datepicker table td > span.p-highlight { @@ -266,7 +266,7 @@ } .p-datepicker .p-monthpicker .p-monthpicker-month { padding: 0.5rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { @@ -494,7 +494,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight { @@ -782,7 +782,7 @@ padding: 0.5rem 1rem; border: 0 none; color: rgba(255, 255, 255, 0.87); - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-listbox .p-listbox-list .p-listbox-item.p-highlight { @@ -883,7 +883,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { @@ -1639,7 +1639,7 @@ font-weight: 600; color: rgba(255, 255, 255, 0.87); background: #1e1e1e; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-datatable .p-datatable-tfoot > tr > td { text-align: left; @@ -1683,7 +1683,7 @@ .p-datatable .p-datatable-tbody > tr { background: #1e1e1e; color: rgba(255, 255, 255, 0.87); - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; outline-color: #E1BEE7; } .p-datatable .p-datatable-tbody > tr > td { @@ -1961,7 +1961,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, box-shadow 0.2s; } .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { background: rgba(255, 255, 255, 0.03); @@ -2055,7 +2055,7 @@ min-width: 2.286em; height: 2.286em; margin: 0.143rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, @@ -2097,7 +2097,7 @@ min-width: 2.286em; height: 2.286em; margin: 0.143rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { @@ -2141,7 +2141,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, box-shadow 0.2s; } .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { background: rgba(255, 255, 255, 0.03); @@ -2197,7 +2197,7 @@ } .p-tree .p-tree-container .p-treenode .p-treenode-content { border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; padding: 0.5rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { @@ -2285,7 +2285,7 @@ font-weight: 600; color: rgba(255, 255, 255, 0.87); background: #1e1e1e; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-treetable .p-treetable-tfoot > tr > td { text-align: left; @@ -2329,7 +2329,7 @@ .p-treetable .p-treetable-tbody > tr { background: #1e1e1e; color: rgba(255, 255, 255, 0.87); - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; outline-color: #E1BEE7; } .p-treetable .p-treetable-tbody > tr > td { @@ -2438,7 +2438,7 @@ background: #1e1e1e; font-weight: 600; border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon { margin-right: 0.5rem; @@ -2539,13 +2539,13 @@ } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend { padding: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { padding: 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler { margin-right: 0.5rem; @@ -2634,7 +2634,7 @@ font-weight: 600; border-top-right-radius: 3px; border-top-left-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; margin: 0 0 -2px 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus { @@ -2874,7 +2874,7 @@ padding: 1rem; } .p-breadcrumb ul li .p-menuitem-link { - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-breadcrumb ul li .p-menuitem-link:focus { @@ -2911,7 +2911,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-contextmenu .p-menuitem-link .p-menuitem-text { @@ -2975,7 +2975,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { @@ -3026,7 +3026,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-megamenu .p-menuitem-link .p-menuitem-text { @@ -3105,7 +3105,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menu .p-menuitem-link .p-menuitem-text { @@ -3165,7 +3165,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menubar .p-menuitem-link .p-menuitem-text { @@ -3199,7 +3199,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { @@ -3321,7 +3321,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { @@ -3405,7 +3405,7 @@ background: #1e1e1e; font-weight: 600; border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { margin-right: 0.5rem; @@ -3454,7 +3454,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text { @@ -3513,7 +3513,7 @@ .p-steps .p-steps-item .p-menuitem-link { background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; background: transparent; } @@ -3574,7 +3574,7 @@ font-weight: 600; border-top-right-radius: 3px; border-top-left-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; margin: 0 0 -2px 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { @@ -3608,7 +3608,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-tieredmenu .p-menuitem-link .p-menuitem-text { @@ -3968,7 +3968,7 @@ color: #f8f9fa; } .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content { - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { outline: 0 none; diff --git a/public/themes/saga-blue/theme.css b/public/themes/saga-blue/theme.css index 9715a7211..156c2c0e5 100644 --- a/public/themes/saga-blue/theme.css +++ b/public/themes/saga-blue/theme.css @@ -205,7 +205,7 @@ width: 2.5rem; height: 2.5rem; border-radius: 50%; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border: 1px solid transparent; } .p-datepicker table td > span.p-highlight { @@ -266,7 +266,7 @@ } .p-datepicker .p-monthpicker .p-monthpicker-month { padding: 0.5rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { @@ -494,7 +494,7 @@ border: 0 none; color: #495057; background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight { @@ -782,7 +782,7 @@ padding: 0.5rem 1rem; border: 0 none; color: #495057; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-listbox .p-listbox-list .p-listbox-item.p-highlight { @@ -883,7 +883,7 @@ border: 0 none; color: #495057; background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { @@ -1639,7 +1639,7 @@ font-weight: 600; color: #495057; background: #f8f9fa; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-datatable .p-datatable-tfoot > tr > td { text-align: left; @@ -1683,7 +1683,7 @@ .p-datatable .p-datatable-tbody > tr { background: #ffffff; color: #495057; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; outline-color: #BBDEFB; } .p-datatable .p-datatable-tbody > tr > td { @@ -1961,7 +1961,7 @@ border: 0 none; color: #495057; background: transparent; - transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, box-shadow 0.2s; } .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { background: #e9ecef; @@ -2055,7 +2055,7 @@ min-width: 2.357rem; height: 2.357rem; margin: 0.143rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, @@ -2097,7 +2097,7 @@ min-width: 2.357rem; height: 2.357rem; margin: 0.143rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { @@ -2141,7 +2141,7 @@ border: 0 none; color: #495057; background: transparent; - transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, box-shadow 0.2s; } .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { background: #e9ecef; @@ -2197,7 +2197,7 @@ } .p-tree .p-tree-container .p-treenode .p-treenode-content { border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; padding: 0.5rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { @@ -2285,7 +2285,7 @@ font-weight: 600; color: #495057; background: #f8f9fa; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-treetable .p-treetable-tfoot > tr > td { text-align: left; @@ -2329,7 +2329,7 @@ .p-treetable .p-treetable-tbody > tr { background: #ffffff; color: #495057; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; outline-color: #BBDEFB; } .p-treetable .p-treetable-tbody > tr > td { @@ -2438,7 +2438,7 @@ background: #f8f9fa; font-weight: 600; border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon { margin-right: 0.5rem; @@ -2539,13 +2539,13 @@ } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend { padding: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { padding: 1rem; color: #495057; border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler { margin-right: 0.5rem; @@ -2634,7 +2634,7 @@ font-weight: 600; border-top-right-radius: 3px; border-top-left-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; margin: 0 0 -2px 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus { @@ -2874,7 +2874,7 @@ padding: 1rem; } .p-breadcrumb ul li .p-menuitem-link { - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-breadcrumb ul li .p-menuitem-link:focus { @@ -2911,7 +2911,7 @@ padding: 0.75rem 1rem; color: #495057; border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-contextmenu .p-menuitem-link .p-menuitem-text { @@ -2975,7 +2975,7 @@ padding: 0.75rem 1rem; color: #495057; border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { @@ -3026,7 +3026,7 @@ padding: 0.75rem 1rem; color: #495057; border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-megamenu .p-menuitem-link .p-menuitem-text { @@ -3105,7 +3105,7 @@ padding: 0.75rem 1rem; color: #495057; border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menu .p-menuitem-link .p-menuitem-text { @@ -3165,7 +3165,7 @@ padding: 0.75rem 1rem; color: #495057; border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menubar .p-menuitem-link .p-menuitem-text { @@ -3199,7 +3199,7 @@ padding: 0.75rem 1rem; color: #495057; border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { @@ -3321,7 +3321,7 @@ padding: 0.75rem 1rem; color: #495057; border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { @@ -3405,7 +3405,7 @@ background: #f8f9fa; font-weight: 600; border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { margin-right: 0.5rem; @@ -3454,7 +3454,7 @@ padding: 0.75rem 1rem; color: #495057; border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text { @@ -3513,7 +3513,7 @@ .p-steps .p-steps-item .p-menuitem-link { background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; background: #ffffff; } @@ -3574,7 +3574,7 @@ font-weight: 600; border-top-right-radius: 3px; border-top-left-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; margin: 0 0 -2px 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { @@ -3608,7 +3608,7 @@ padding: 0.75rem 1rem; color: #495057; border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-tieredmenu .p-menuitem-link .p-menuitem-text { @@ -3968,7 +3968,7 @@ color: #f8f9fa; } .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content { - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { outline: 0 none; diff --git a/public/themes/saga-green/theme.css b/public/themes/saga-green/theme.css index d65290af7..2c76579fd 100644 --- a/public/themes/saga-green/theme.css +++ b/public/themes/saga-green/theme.css @@ -205,7 +205,7 @@ width: 2.5rem; height: 2.5rem; border-radius: 50%; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border: 1px solid transparent; } .p-datepicker table td > span.p-highlight { @@ -266,7 +266,7 @@ } .p-datepicker .p-monthpicker .p-monthpicker-month { padding: 0.5rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { @@ -494,7 +494,7 @@ border: 0 none; color: #495057; background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight { @@ -782,7 +782,7 @@ padding: 0.5rem 1rem; border: 0 none; color: #495057; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-listbox .p-listbox-list .p-listbox-item.p-highlight { @@ -883,7 +883,7 @@ border: 0 none; color: #495057; background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { @@ -1639,7 +1639,7 @@ font-weight: 600; color: #495057; background: #f8f9fa; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-datatable .p-datatable-tfoot > tr > td { text-align: left; @@ -1683,7 +1683,7 @@ .p-datatable .p-datatable-tbody > tr { background: #ffffff; color: #495057; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; outline-color: #C8E6C9; } .p-datatable .p-datatable-tbody > tr > td { @@ -1961,7 +1961,7 @@ border: 0 none; color: #495057; background: transparent; - transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, box-shadow 0.2s; } .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { background: #e9ecef; @@ -2055,7 +2055,7 @@ min-width: 2.357rem; height: 2.357rem; margin: 0.143rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, @@ -2097,7 +2097,7 @@ min-width: 2.357rem; height: 2.357rem; margin: 0.143rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { @@ -2141,7 +2141,7 @@ border: 0 none; color: #495057; background: transparent; - transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, box-shadow 0.2s; } .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { background: #e9ecef; @@ -2197,7 +2197,7 @@ } .p-tree .p-tree-container .p-treenode .p-treenode-content { border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; padding: 0.5rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { @@ -2285,7 +2285,7 @@ font-weight: 600; color: #495057; background: #f8f9fa; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-treetable .p-treetable-tfoot > tr > td { text-align: left; @@ -2329,7 +2329,7 @@ .p-treetable .p-treetable-tbody > tr { background: #ffffff; color: #495057; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; outline-color: #C8E6C9; } .p-treetable .p-treetable-tbody > tr > td { @@ -2438,7 +2438,7 @@ background: #f8f9fa; font-weight: 600; border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon { margin-right: 0.5rem; @@ -2539,13 +2539,13 @@ } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend { padding: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { padding: 1rem; color: #495057; border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler { margin-right: 0.5rem; @@ -2634,7 +2634,7 @@ font-weight: 600; border-top-right-radius: 3px; border-top-left-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; margin: 0 0 -2px 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus { @@ -2874,7 +2874,7 @@ padding: 1rem; } .p-breadcrumb ul li .p-menuitem-link { - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-breadcrumb ul li .p-menuitem-link:focus { @@ -2911,7 +2911,7 @@ padding: 0.75rem 1rem; color: #495057; border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-contextmenu .p-menuitem-link .p-menuitem-text { @@ -2975,7 +2975,7 @@ padding: 0.75rem 1rem; color: #495057; border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { @@ -3026,7 +3026,7 @@ padding: 0.75rem 1rem; color: #495057; border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-megamenu .p-menuitem-link .p-menuitem-text { @@ -3105,7 +3105,7 @@ padding: 0.75rem 1rem; color: #495057; border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menu .p-menuitem-link .p-menuitem-text { @@ -3165,7 +3165,7 @@ padding: 0.75rem 1rem; color: #495057; border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menubar .p-menuitem-link .p-menuitem-text { @@ -3199,7 +3199,7 @@ padding: 0.75rem 1rem; color: #495057; border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { @@ -3321,7 +3321,7 @@ padding: 0.75rem 1rem; color: #495057; border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { @@ -3405,7 +3405,7 @@ background: #f8f9fa; font-weight: 600; border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { margin-right: 0.5rem; @@ -3454,7 +3454,7 @@ padding: 0.75rem 1rem; color: #495057; border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text { @@ -3513,7 +3513,7 @@ .p-steps .p-steps-item .p-menuitem-link { background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; background: #ffffff; } @@ -3574,7 +3574,7 @@ font-weight: 600; border-top-right-radius: 3px; border-top-left-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; margin: 0 0 -2px 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { @@ -3608,7 +3608,7 @@ padding: 0.75rem 1rem; color: #495057; border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-tieredmenu .p-menuitem-link .p-menuitem-text { @@ -3968,7 +3968,7 @@ color: #f8f9fa; } .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content { - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { outline: 0 none; diff --git a/public/themes/saga-orange/theme.css b/public/themes/saga-orange/theme.css index acee85b01..ceaef3279 100644 --- a/public/themes/saga-orange/theme.css +++ b/public/themes/saga-orange/theme.css @@ -205,7 +205,7 @@ width: 2.5rem; height: 2.5rem; border-radius: 50%; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border: 1px solid transparent; } .p-datepicker table td > span.p-highlight { @@ -266,7 +266,7 @@ } .p-datepicker .p-monthpicker .p-monthpicker-month { padding: 0.5rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { @@ -494,7 +494,7 @@ border: 0 none; color: #495057; background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight { @@ -782,7 +782,7 @@ padding: 0.5rem 1rem; border: 0 none; color: #495057; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-listbox .p-listbox-list .p-listbox-item.p-highlight { @@ -883,7 +883,7 @@ border: 0 none; color: #495057; background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { @@ -1639,7 +1639,7 @@ font-weight: 600; color: #495057; background: #f8f9fa; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-datatable .p-datatable-tfoot > tr > td { text-align: left; @@ -1683,7 +1683,7 @@ .p-datatable .p-datatable-tbody > tr { background: #ffffff; color: #495057; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; outline-color: #FFECB3; } .p-datatable .p-datatable-tbody > tr > td { @@ -1961,7 +1961,7 @@ border: 0 none; color: #495057; background: transparent; - transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, box-shadow 0.2s; } .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { background: #e9ecef; @@ -2055,7 +2055,7 @@ min-width: 2.357rem; height: 2.357rem; margin: 0.143rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, @@ -2097,7 +2097,7 @@ min-width: 2.357rem; height: 2.357rem; margin: 0.143rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { @@ -2141,7 +2141,7 @@ border: 0 none; color: #495057; background: transparent; - transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, box-shadow 0.2s; } .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { background: #e9ecef; @@ -2197,7 +2197,7 @@ } .p-tree .p-tree-container .p-treenode .p-treenode-content { border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; padding: 0.5rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { @@ -2285,7 +2285,7 @@ font-weight: 600; color: #495057; background: #f8f9fa; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-treetable .p-treetable-tfoot > tr > td { text-align: left; @@ -2329,7 +2329,7 @@ .p-treetable .p-treetable-tbody > tr { background: #ffffff; color: #495057; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; outline-color: #FFECB3; } .p-treetable .p-treetable-tbody > tr > td { @@ -2438,7 +2438,7 @@ background: #f8f9fa; font-weight: 600; border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon { margin-right: 0.5rem; @@ -2539,13 +2539,13 @@ } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend { padding: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { padding: 1rem; color: #495057; border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler { margin-right: 0.5rem; @@ -2634,7 +2634,7 @@ font-weight: 600; border-top-right-radius: 3px; border-top-left-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; margin: 0 0 -2px 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus { @@ -2874,7 +2874,7 @@ padding: 1rem; } .p-breadcrumb ul li .p-menuitem-link { - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-breadcrumb ul li .p-menuitem-link:focus { @@ -2911,7 +2911,7 @@ padding: 0.75rem 1rem; color: #495057; border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-contextmenu .p-menuitem-link .p-menuitem-text { @@ -2975,7 +2975,7 @@ padding: 0.75rem 1rem; color: #495057; border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { @@ -3026,7 +3026,7 @@ padding: 0.75rem 1rem; color: #495057; border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-megamenu .p-menuitem-link .p-menuitem-text { @@ -3105,7 +3105,7 @@ padding: 0.75rem 1rem; color: #495057; border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menu .p-menuitem-link .p-menuitem-text { @@ -3165,7 +3165,7 @@ padding: 0.75rem 1rem; color: #495057; border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menubar .p-menuitem-link .p-menuitem-text { @@ -3199,7 +3199,7 @@ padding: 0.75rem 1rem; color: #495057; border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { @@ -3321,7 +3321,7 @@ padding: 0.75rem 1rem; color: #495057; border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { @@ -3405,7 +3405,7 @@ background: #f8f9fa; font-weight: 600; border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { margin-right: 0.5rem; @@ -3454,7 +3454,7 @@ padding: 0.75rem 1rem; color: #495057; border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text { @@ -3513,7 +3513,7 @@ .p-steps .p-steps-item .p-menuitem-link { background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; background: #ffffff; } @@ -3574,7 +3574,7 @@ font-weight: 600; border-top-right-radius: 3px; border-top-left-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; margin: 0 0 -2px 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { @@ -3608,7 +3608,7 @@ padding: 0.75rem 1rem; color: #495057; border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-tieredmenu .p-menuitem-link .p-menuitem-text { @@ -3968,7 +3968,7 @@ color: #f8f9fa; } .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content { - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { outline: 0 none; diff --git a/public/themes/vela-blue/theme.css b/public/themes/vela-blue/theme.css index c0b066f97..97e6b2bfa 100644 --- a/public/themes/vela-blue/theme.css +++ b/public/themes/vela-blue/theme.css @@ -205,7 +205,7 @@ width: 2.5rem; height: 2.5rem; border-radius: 50%; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border: 1px solid transparent; } .p-datepicker table td > span.p-highlight { @@ -266,7 +266,7 @@ } .p-datepicker .p-monthpicker .p-monthpicker-month { padding: 0.5rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { @@ -494,7 +494,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight { @@ -782,7 +782,7 @@ padding: 0.5rem 1rem; border: 0 none; color: rgba(255, 255, 255, 0.87); - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-listbox .p-listbox-list .p-listbox-item.p-highlight { @@ -883,7 +883,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { @@ -1639,7 +1639,7 @@ font-weight: 600; color: rgba(255, 255, 255, 0.87); background: #1f2d40; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-datatable .p-datatable-tfoot > tr > td { text-align: left; @@ -1683,7 +1683,7 @@ .p-datatable .p-datatable-tbody > tr { background: #1f2d40; color: rgba(255, 255, 255, 0.87); - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; outline-color: #BBDEFB; } .p-datatable .p-datatable-tbody > tr > td { @@ -1961,7 +1961,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, box-shadow 0.2s; } .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { background: rgba(255, 255, 255, 0.03); @@ -2055,7 +2055,7 @@ min-width: 2.286em; height: 2.286em; margin: 0.143rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, @@ -2097,7 +2097,7 @@ min-width: 2.286em; height: 2.286em; margin: 0.143rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { @@ -2141,7 +2141,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, box-shadow 0.2s; } .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { background: rgba(255, 255, 255, 0.03); @@ -2197,7 +2197,7 @@ } .p-tree .p-tree-container .p-treenode .p-treenode-content { border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; padding: 0.5rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { @@ -2285,7 +2285,7 @@ font-weight: 600; color: rgba(255, 255, 255, 0.87); background: #1f2d40; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-treetable .p-treetable-tfoot > tr > td { text-align: left; @@ -2329,7 +2329,7 @@ .p-treetable .p-treetable-tbody > tr { background: #1f2d40; color: rgba(255, 255, 255, 0.87); - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; outline-color: #BBDEFB; } .p-treetable .p-treetable-tbody > tr > td { @@ -2438,7 +2438,7 @@ background: #1f2d40; font-weight: 600; border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon { margin-right: 0.5rem; @@ -2539,13 +2539,13 @@ } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend { padding: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { padding: 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler { margin-right: 0.5rem; @@ -2634,7 +2634,7 @@ font-weight: 600; border-top-right-radius: 3px; border-top-left-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; margin: 0 0 -2px 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus { @@ -2874,7 +2874,7 @@ padding: 1rem; } .p-breadcrumb ul li .p-menuitem-link { - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-breadcrumb ul li .p-menuitem-link:focus { @@ -2911,7 +2911,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-contextmenu .p-menuitem-link .p-menuitem-text { @@ -2975,7 +2975,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { @@ -3026,7 +3026,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-megamenu .p-menuitem-link .p-menuitem-text { @@ -3105,7 +3105,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menu .p-menuitem-link .p-menuitem-text { @@ -3165,7 +3165,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menubar .p-menuitem-link .p-menuitem-text { @@ -3199,7 +3199,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { @@ -3321,7 +3321,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { @@ -3405,7 +3405,7 @@ background: #1f2d40; font-weight: 600; border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { margin-right: 0.5rem; @@ -3454,7 +3454,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text { @@ -3513,7 +3513,7 @@ .p-steps .p-steps-item .p-menuitem-link { background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; background: transparent; } @@ -3574,7 +3574,7 @@ font-weight: 600; border-top-right-radius: 3px; border-top-left-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; margin: 0 0 -2px 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { @@ -3608,7 +3608,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-tieredmenu .p-menuitem-link .p-menuitem-text { @@ -3968,7 +3968,7 @@ color: #f8f9fa; } .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content { - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { outline: 0 none; diff --git a/public/themes/vela-green/theme.css b/public/themes/vela-green/theme.css index 1abeab35c..c48032dc8 100644 --- a/public/themes/vela-green/theme.css +++ b/public/themes/vela-green/theme.css @@ -205,7 +205,7 @@ width: 2.5rem; height: 2.5rem; border-radius: 50%; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border: 1px solid transparent; } .p-datepicker table td > span.p-highlight { @@ -266,7 +266,7 @@ } .p-datepicker .p-monthpicker .p-monthpicker-month { padding: 0.5rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { @@ -494,7 +494,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight { @@ -782,7 +782,7 @@ padding: 0.5rem 1rem; border: 0 none; color: rgba(255, 255, 255, 0.87); - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-listbox .p-listbox-list .p-listbox-item.p-highlight { @@ -883,7 +883,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { @@ -1639,7 +1639,7 @@ font-weight: 600; color: rgba(255, 255, 255, 0.87); background: #1f2d40; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-datatable .p-datatable-tfoot > tr > td { text-align: left; @@ -1683,7 +1683,7 @@ .p-datatable .p-datatable-tbody > tr { background: #1f2d40; color: rgba(255, 255, 255, 0.87); - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; outline-color: #C8E6C9; } .p-datatable .p-datatable-tbody > tr > td { @@ -1961,7 +1961,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, box-shadow 0.2s; } .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { background: rgba(255, 255, 255, 0.03); @@ -2055,7 +2055,7 @@ min-width: 2.286em; height: 2.286em; margin: 0.143rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, @@ -2097,7 +2097,7 @@ min-width: 2.286em; height: 2.286em; margin: 0.143rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { @@ -2141,7 +2141,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, box-shadow 0.2s; } .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { background: rgba(255, 255, 255, 0.03); @@ -2197,7 +2197,7 @@ } .p-tree .p-tree-container .p-treenode .p-treenode-content { border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; padding: 0.5rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { @@ -2285,7 +2285,7 @@ font-weight: 600; color: rgba(255, 255, 255, 0.87); background: #1f2d40; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-treetable .p-treetable-tfoot > tr > td { text-align: left; @@ -2329,7 +2329,7 @@ .p-treetable .p-treetable-tbody > tr { background: #1f2d40; color: rgba(255, 255, 255, 0.87); - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; outline-color: #C8E6C9; } .p-treetable .p-treetable-tbody > tr > td { @@ -2438,7 +2438,7 @@ background: #1f2d40; font-weight: 600; border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon { margin-right: 0.5rem; @@ -2539,13 +2539,13 @@ } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend { padding: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { padding: 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler { margin-right: 0.5rem; @@ -2634,7 +2634,7 @@ font-weight: 600; border-top-right-radius: 3px; border-top-left-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; margin: 0 0 -2px 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus { @@ -2874,7 +2874,7 @@ padding: 1rem; } .p-breadcrumb ul li .p-menuitem-link { - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-breadcrumb ul li .p-menuitem-link:focus { @@ -2911,7 +2911,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-contextmenu .p-menuitem-link .p-menuitem-text { @@ -2975,7 +2975,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { @@ -3026,7 +3026,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-megamenu .p-menuitem-link .p-menuitem-text { @@ -3105,7 +3105,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menu .p-menuitem-link .p-menuitem-text { @@ -3165,7 +3165,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menubar .p-menuitem-link .p-menuitem-text { @@ -3199,7 +3199,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { @@ -3321,7 +3321,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { @@ -3405,7 +3405,7 @@ background: #1f2d40; font-weight: 600; border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { margin-right: 0.5rem; @@ -3454,7 +3454,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text { @@ -3513,7 +3513,7 @@ .p-steps .p-steps-item .p-menuitem-link { background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; background: transparent; } @@ -3574,7 +3574,7 @@ font-weight: 600; border-top-right-radius: 3px; border-top-left-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; margin: 0 0 -2px 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { @@ -3608,7 +3608,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-tieredmenu .p-menuitem-link .p-menuitem-text { @@ -3968,7 +3968,7 @@ color: #f8f9fa; } .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content { - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { outline: 0 none; diff --git a/public/themes/vela-orange/theme.css b/public/themes/vela-orange/theme.css index 5af3c4767..605038ea7 100644 --- a/public/themes/vela-orange/theme.css +++ b/public/themes/vela-orange/theme.css @@ -205,7 +205,7 @@ width: 2.5rem; height: 2.5rem; border-radius: 50%; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border: 1px solid transparent; } .p-datepicker table td > span.p-highlight { @@ -266,7 +266,7 @@ } .p-datepicker .p-monthpicker .p-monthpicker-month { padding: 0.5rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { @@ -494,7 +494,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight { @@ -782,7 +782,7 @@ padding: 0.5rem 1rem; border: 0 none; color: rgba(255, 255, 255, 0.87); - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-listbox .p-listbox-list .p-listbox-item.p-highlight { @@ -883,7 +883,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { @@ -1639,7 +1639,7 @@ font-weight: 600; color: rgba(255, 255, 255, 0.87); background: #1f2d40; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-datatable .p-datatable-tfoot > tr > td { text-align: left; @@ -1683,7 +1683,7 @@ .p-datatable .p-datatable-tbody > tr { background: #1f2d40; color: rgba(255, 255, 255, 0.87); - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; outline-color: #FFECB3; } .p-datatable .p-datatable-tbody > tr > td { @@ -1961,7 +1961,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, box-shadow 0.2s; } .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { background: rgba(255, 255, 255, 0.03); @@ -2055,7 +2055,7 @@ min-width: 2.286em; height: 2.286em; margin: 0.143rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, @@ -2097,7 +2097,7 @@ min-width: 2.286em; height: 2.286em; margin: 0.143rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { @@ -2141,7 +2141,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, box-shadow 0.2s; } .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { background: rgba(255, 255, 255, 0.03); @@ -2197,7 +2197,7 @@ } .p-tree .p-tree-container .p-treenode .p-treenode-content { border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; padding: 0.5rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { @@ -2285,7 +2285,7 @@ font-weight: 600; color: rgba(255, 255, 255, 0.87); background: #1f2d40; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-treetable .p-treetable-tfoot > tr > td { text-align: left; @@ -2329,7 +2329,7 @@ .p-treetable .p-treetable-tbody > tr { background: #1f2d40; color: rgba(255, 255, 255, 0.87); - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; outline-color: #FFECB3; } .p-treetable .p-treetable-tbody > tr > td { @@ -2438,7 +2438,7 @@ background: #1f2d40; font-weight: 600; border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon { margin-right: 0.5rem; @@ -2539,13 +2539,13 @@ } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend { padding: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { padding: 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler { margin-right: 0.5rem; @@ -2634,7 +2634,7 @@ font-weight: 600; border-top-right-radius: 3px; border-top-left-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; margin: 0 0 -2px 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus { @@ -2874,7 +2874,7 @@ padding: 1rem; } .p-breadcrumb ul li .p-menuitem-link { - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-breadcrumb ul li .p-menuitem-link:focus { @@ -2911,7 +2911,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-contextmenu .p-menuitem-link .p-menuitem-text { @@ -2975,7 +2975,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { @@ -3026,7 +3026,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-megamenu .p-menuitem-link .p-menuitem-text { @@ -3105,7 +3105,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menu .p-menuitem-link .p-menuitem-text { @@ -3165,7 +3165,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menubar .p-menuitem-link .p-menuitem-text { @@ -3199,7 +3199,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { @@ -3321,7 +3321,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { @@ -3405,7 +3405,7 @@ background: #1f2d40; font-weight: 600; border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { margin-right: 0.5rem; @@ -3454,7 +3454,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text { @@ -3513,7 +3513,7 @@ .p-steps .p-steps-item .p-menuitem-link { background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; background: transparent; } @@ -3574,7 +3574,7 @@ font-weight: 600; border-top-right-radius: 3px; border-top-left-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; margin: 0 0 -2px 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { @@ -3608,7 +3608,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-tieredmenu .p-menuitem-link .p-menuitem-text { @@ -3968,7 +3968,7 @@ color: #f8f9fa; } .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content { - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { outline: 0 none; diff --git a/public/themes/vela-purple/theme.css b/public/themes/vela-purple/theme.css index 24c398512..2e5a3327c 100644 --- a/public/themes/vela-purple/theme.css +++ b/public/themes/vela-purple/theme.css @@ -205,7 +205,7 @@ width: 2.5rem; height: 2.5rem; border-radius: 50%; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border: 1px solid transparent; } .p-datepicker table td > span.p-highlight { @@ -266,7 +266,7 @@ } .p-datepicker .p-monthpicker .p-monthpicker-month { padding: 0.5rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { @@ -494,7 +494,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight { @@ -782,7 +782,7 @@ padding: 0.5rem 1rem; border: 0 none; color: rgba(255, 255, 255, 0.87); - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-listbox .p-listbox-list .p-listbox-item.p-highlight { @@ -883,7 +883,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 0; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { @@ -1639,7 +1639,7 @@ font-weight: 600; color: rgba(255, 255, 255, 0.87); background: #1f2d40; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-datatable .p-datatable-tfoot > tr > td { text-align: left; @@ -1683,7 +1683,7 @@ .p-datatable .p-datatable-tbody > tr { background: #1f2d40; color: rgba(255, 255, 255, 0.87); - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; outline-color: #E1BEE7; } .p-datatable .p-datatable-tbody > tr > td { @@ -1961,7 +1961,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, box-shadow 0.2s; } .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { background: rgba(255, 255, 255, 0.03); @@ -2055,7 +2055,7 @@ min-width: 2.286em; height: 2.286em; margin: 0.143rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, @@ -2097,7 +2097,7 @@ min-width: 2.286em; height: 2.286em; margin: 0.143rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { @@ -2141,7 +2141,7 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, box-shadow 0.2s; } .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { background: rgba(255, 255, 255, 0.03); @@ -2197,7 +2197,7 @@ } .p-tree .p-tree-container .p-treenode .p-treenode-content { border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; padding: 0.5rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { @@ -2285,7 +2285,7 @@ font-weight: 600; color: rgba(255, 255, 255, 0.87); background: #1f2d40; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-treetable .p-treetable-tfoot > tr > td { text-align: left; @@ -2329,7 +2329,7 @@ .p-treetable .p-treetable-tbody > tr { background: #1f2d40; color: rgba(255, 255, 255, 0.87); - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; outline-color: #E1BEE7; } .p-treetable .p-treetable-tbody > tr > td { @@ -2438,7 +2438,7 @@ background: #1f2d40; font-weight: 600; border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon { margin-right: 0.5rem; @@ -2539,13 +2539,13 @@ } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend { padding: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { padding: 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler { margin-right: 0.5rem; @@ -2634,7 +2634,7 @@ font-weight: 600; border-top-right-radius: 3px; border-top-left-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; margin: 0 0 -2px 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus { @@ -2874,7 +2874,7 @@ padding: 1rem; } .p-breadcrumb ul li .p-menuitem-link { - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; } .p-breadcrumb ul li .p-menuitem-link:focus { @@ -2911,7 +2911,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-contextmenu .p-menuitem-link .p-menuitem-text { @@ -2975,7 +2975,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { @@ -3026,7 +3026,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-megamenu .p-menuitem-link .p-menuitem-text { @@ -3105,7 +3105,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menu .p-menuitem-link .p-menuitem-text { @@ -3165,7 +3165,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menubar .p-menuitem-link .p-menuitem-text { @@ -3199,7 +3199,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { @@ -3321,7 +3321,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { @@ -3405,7 +3405,7 @@ background: #1f2d40; font-weight: 600; border-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { margin-right: 0.5rem; @@ -3454,7 +3454,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text { @@ -3513,7 +3513,7 @@ .p-steps .p-steps-item .p-menuitem-link { background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; border-radius: 3px; background: transparent; } @@ -3574,7 +3574,7 @@ font-weight: 600; border-top-right-radius: 3px; border-top-left-radius: 3px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; margin: 0 0 -2px 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { @@ -3608,7 +3608,7 @@ padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; user-select: none; } .p-tieredmenu .p-menuitem-link .p-menuitem-text { @@ -3968,7 +3968,7 @@ color: #f8f9fa; } .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content { - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: box-shadow 0.2s; } .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { outline: 0 none; diff --git a/src/assets/styles/app/_menu.scss b/src/assets/styles/app/_menu.scss index 7850bf916..fde42ff18 100644 --- a/src/assets/styles/app/_menu.scss +++ b/src/assets/styles/app/_menu.scss @@ -37,7 +37,6 @@ display: block; padding: .5rem; border-radius: 3px; - transition: background-color .2s; cursor: pointer; &:hover { diff --git a/src/assets/styles/app/_topbar.scss b/src/assets/styles/app/_topbar.scss index 7d39de151..a2fc89bf9 100644 --- a/src/assets/styles/app/_topbar.scss +++ b/src/assets/styles/app/_topbar.scss @@ -70,7 +70,6 @@ text-align: center; user-select: none; line-height: inherit; - transition: background-color .2s; cursor: pointer; &:hover { @@ -128,7 +127,6 @@ padding: .5rem; display: block; user-select: none; - transition: background-color .2s; border-radius: 3px; cursor: pointer;