Update JS dependencies (#20423)
- Update all JS dependencies minus vue ones - Remove workaround for case-insensitive attribute selector - Add new linter rules and fix issues - Tested SVG display and swagger
This commit is contained in:
parent
b8733e8f89
commit
c7fa5cc017
11 changed files with 3259 additions and 3096 deletions
|
@ -326,7 +326,7 @@ a.commit-statuses-trigger {
|
|||
.ui.action.input:not([class*="left action"]) > .ui.dropdown.selection {
|
||||
min-width: 10em;
|
||||
|
||||
&:not(:focus):not(:hover) {
|
||||
&:not(:focus,:hover) {
|
||||
border-right-color: transparent;
|
||||
}
|
||||
}
|
||||
|
@ -1205,7 +1205,7 @@ a.ui.card:hover,
|
|||
|
||||
&.pagination.menu {
|
||||
@media @mediaSm {
|
||||
.item:not(.active):not(.navigation),
|
||||
.item:not(.active,.navigation),
|
||||
.item.navigation span.navigation_label {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -494,7 +494,10 @@
|
|||
object-fit: contain;
|
||||
}
|
||||
|
||||
/* also see misc.css for one more related rule */
|
||||
img[src$='.svg' i] {
|
||||
max-height: 600px !important;
|
||||
max-width: 600px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.plain-text {
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
/* can not have this selector in less because of https://github.com/less/less.js/issues/3027 */
|
||||
.view-raw img[src$='.svg' i] {
|
||||
max-height: 600px !important;
|
||||
max-width: 600px !important;
|
||||
}
|
|
@ -185,7 +185,7 @@ a.ui.basic.green.label:hover {
|
|||
color: #fff !important;
|
||||
}
|
||||
|
||||
.ui.divider:not(.vertical):not(.horizontal) {
|
||||
.ui.divider:not(.vertical,.horizontal) {
|
||||
border-bottom-color: var(--color-secondary);
|
||||
border-top-color: transparent;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue