Merge pull request #6915 from nextcloud/css-border-radius
Border-radius does not need the vendor prefixes anymore
This commit is contained in:
commit
8062547e66
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue