Skip to content

Commit

Permalink
QRious2 (#2156)
Browse files Browse the repository at this point in the history
  • Loading branch information
TaraRostami committed Apr 1, 2024
1 parent 684e777 commit d759e09
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 10 deletions.
44 changes: 44 additions & 0 deletions web/assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,42 @@
--dark-color-tooltip: rgba(61, 76, 104, 0.9);
}

html[data-theme-animations='off'] {
.ant-menu,
.ant-layout-sider,
.ant-card,
.ant-tag,
.ant-progress-circle > *,
.ant-input,
.ant-table-row-expand-icon,
.ant-switch,
.ant-table-thead > tr > th,
.ant-select-selection,
.ant-btn,
.ant-input-number,
.ant-input-group-addon,
.ant-checkbox-inner,
.ant-progress-bg, .ant-progress-success-bg,
.ant-radio-button-wrapper:not(:first-child):before,
.ant-radio-button-wrapper,
#login {
transition: border 0s, background 0s !important;
}

.ant-menu-item, .ant-menu-submenu-title,
.ant-alert-close-icon .anticon-close,
.ant-tabs-nav .ant-tabs-tab,
.ant-input-number-input,
.ant-collapse>.ant-collapse-item>.ant-collapse-header,
.Line-Hover {
transition: color 0s !important;
}

.wave-btn-bg {
transition: width 0s !important;
}
}

html[data-theme='ultra-dark'] {
--dark-color-background: #21242a;
--dark-color-surface-100: #0c0e12;
Expand Down Expand Up @@ -1413,3 +1449,11 @@ b, strong {
transition: transform 0.3s ease-out;
content: "";
}

.ant-menu-item:active, .ant-menu-submenu-title:active {
background: transparent;
}

.ant-menu-theme-switch.ant-menu-item .ant-switch:not(.ant-switch-disabled):active:after, .ant-switch:not(.ant-switch-disabled):active:before {
width: 16px;
}
5 changes: 0 additions & 5 deletions web/assets/qrcode/qrious.min.js

This file was deleted.

5 changes: 5 additions & 0 deletions web/assets/qrcode/qrious2.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d759e09

Please sign in to comment.