0
0
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:
jacobtoppm 2020-02-25 15:22:01 +00:00 committed by Matt Westcott
parent fcc1e0fe05
commit 57ce9b0a90

View File

@ -10,7 +10,7 @@
&__button {
background: none;
border-style: none;
border-style: 0;
padding-bottom: 5px;
font-weight: bold;