kopia lustrzana https://github.com/wagtail/wagtail
rodzic
d3e58f7908
commit
ee71bd3d07
|
@ -36,4 +36,9 @@
|
|||
&--close i {
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
|
||||
&[disabled] {
|
||||
opacity: 0.2;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -23,6 +23,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
&[disabled] {
|
||||
opacity: 0.2;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
// Fallback for no `grid` support in IE11
|
||||
/* stylelint-disable-next-line scss/media-feature-value-dollar-variable */
|
||||
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
||||
|
|
Ładowanie…
Reference in New Issue