forked from AuroraMiddleware/gtk
Adwaita: No padding for image buttons in popovers
This commit is contained in:
parent
736d864d18
commit
0f7dbc3bbd
@ -1557,6 +1557,10 @@ popover.background {
|
||||
transition: none;
|
||||
}
|
||||
|
||||
button.image-button {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.csd &, & {
|
||||
&.touch-selection,
|
||||
&.magnifier {
|
||||
|
@ -2170,6 +2170,10 @@ popover.background {
|
||||
.titlebar popover.background button.titlebutton:hover {
|
||||
text-shadow: none;
|
||||
transition: none; }
|
||||
popover.background button.image-button, popover.background headerbar button.titlebutton, headerbar popover.background button.titlebutton,
|
||||
popover.background .titlebar button.titlebutton,
|
||||
.titlebar popover.background button.titlebutton {
|
||||
padding: 0px; }
|
||||
.csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier {
|
||||
border: 1px solid rgba(255, 255, 255, 0.1); }
|
||||
|
||||
|
@ -2176,6 +2176,10 @@ popover.background {
|
||||
.titlebar popover.background button.titlebutton:hover {
|
||||
text-shadow: none;
|
||||
transition: none; }
|
||||
popover.background button.image-button, popover.background headerbar button.titlebutton, headerbar popover.background button.titlebutton,
|
||||
popover.background .titlebar button.titlebutton,
|
||||
.titlebar popover.background button.titlebutton {
|
||||
padding: 0px; }
|
||||
.csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier {
|
||||
border: 1px solid rgba(255, 255, 255, 0.1); }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user