mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
Change border-style: none to border-style: 0 as preferred by linting
This commit is contained in:
parent
fcc1e0fe05
commit
57ce9b0a90
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
&__button {
|
&__button {
|
||||||
background: none;
|
background: none;
|
||||||
border-style: none;
|
border-style: 0;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user