kopia lustrzana https://github.com/wagtail/wagtail
Inherit relevant border-radius from the parent
rodzic
9b6cdf41f4
commit
9f72e12159
|
@ -25,6 +25,7 @@ Changelog
|
|||
* Fix: "Remove link" button in rich text editor didn't trigger "edit" event, leading to the change to sometimes not be persisted (Matt Westcott)
|
||||
* Fix: `RichText` values can now be correctly evaluated as booleans (Mike Dingjan, Bertrand Bordage)
|
||||
* Fix: wagtailforms no longer assumes an .html extension when determining the landing page template filename (kakulukia)
|
||||
* Fix: Fixed styling glitch on bi-colour icon + text buttons in Chrome (Janneke Janssen)
|
||||
|
||||
|
||||
1.5.2 (08.06.2016)
|
||||
|
|
|
@ -45,6 +45,7 @@ Bug fixes
|
|||
* "Remove link" button in rich text editor didn't trigger "edit" event, leading to the change to sometimes not be persisted (Matt Westcott)
|
||||
* ``RichText`` values can now be correctly evaluated as booleans (Mike Dingjan, Bertrand Bordage)
|
||||
* wagtailforms no longer assumes an .html extension when determining the landing page template filename (kakulukia)
|
||||
* Fixed styling glitch on bi-colour icon + text buttons in Chrome (Janneke Janssen)
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
|
|
@ -309,6 +309,8 @@ input[type=checkbox]:checked:before {
|
|||
text-align: center;
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
display: block;
|
||||
border-top-left-radius: inherit;
|
||||
border-bottom-left-radius: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue