Merge pull request #6915 from nextcloud/css-border-radius

Border-radius does not need the vendor prefixes anymore
This commit is contained in:
Joas Schilling 2017-10-23 21:47:20 +02:00 committed by GitHub
commit 8062547e66
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;