forked from AuroraMiddleware/gtk
viewport: Remove unused frame
We've always removed this with Adwaita.
This commit is contained in:
parent
1948f8a07f
commit
6a7a0f0b8a
@ -475,7 +475,6 @@ gtk_viewport_init (GtkViewport *viewport)
|
||||
viewport->hadjustment = NULL;
|
||||
viewport->vadjustment = NULL;
|
||||
|
||||
gtk_widget_add_css_class (widget, "frame");
|
||||
viewport_set_adjustment (viewport, GTK_ORIENTATION_HORIZONTAL, NULL);
|
||||
viewport_set_adjustment (viewport, GTK_ORIENTATION_VERTICAL, NULL);
|
||||
}
|
||||
|
@ -3020,10 +3020,6 @@ actionbar > revealer > box {
|
||||
}
|
||||
|
||||
scrolledwindow {
|
||||
> viewport.frame { // avoid double borders when viewport inside scrolled window
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
// This is used when content is touch-dragged past boundaries.
|
||||
// draws a box on top of the content, the size changes programmatically.
|
||||
> overshoot {
|
||||
|
Loading…
Reference in New Issue
Block a user