Merge pull request #4 from ciricode/metacity

The bottom corner should not be rounded in metacity
This commit is contained in:
Vince
2021-12-10 11:44:01 +08:00
committed by GitHub
4 changed files with 3077 additions and 9 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+1024 -3
View File
File diff suppressed because it is too large Load Diff
+5
View File
@@ -3669,6 +3669,11 @@ decoration {
}
}
.metacity & {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.csd.popup & {
border-radius: $menu-radius;