Adwaita: don't round scrolled window frame corners

See https://bugzilla.gnome.org/show_bug.cgi?id=737985
This commit is contained in:
Lapo Calamandrei 2014-10-08 14:08:04 +02:00
parent e82093fc14
commit 140a64eea4
3 changed files with 0 additions and 5 deletions

View File

@ -2337,7 +2337,6 @@ GtkProgressBar {
}
GtkScrolledWindow {
.frame { border-radius: 2px; }
GtkViewport.frame { // avoid double borders when viewport inside
// scrolled window
border-style: none;

View File

@ -3481,8 +3481,6 @@ GtkProgressBar {
padding: 6px;
border-width: 1px 0 0; }
GtkScrolledWindow .frame {
border-radius: 2px; }
GtkScrolledWindow GtkViewport.frame {
border-style: none; }

View File

@ -3634,8 +3634,6 @@ GtkProgressBar {
padding: 6px;
border-width: 1px 0 0; }
GtkScrolledWindow .frame {
border-radius: 2px; }
GtkScrolledWindow GtkViewport.frame {
border-style: none; }