Border-radius does not need the vendor prefixes anymore

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2017-10-23 20:03:26 +02:00
parent db1096bcfd
commit b29fa32939
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 0 additions and 2 deletions

View File

@ -478,8 +478,6 @@ nav {
background-color: rgba($color-main-background, .97);
white-space: nowrap;
border: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border-top-left-radius: 0;
border-top-right-radius: 0;