Changeset View
Changeset View
Standalone View
Standalone View
src/gtk3/widgets/_headerbar.scss
| Show First 20 Lines • Show All 121 Lines • ▼ Show 20 Line(s) | 8 | headerbar { | |||
|---|---|---|---|---|---|
| 122 | } | 122 | } | ||
| 123 | 123 | | |||
| 124 | &.selection-mode, &.selection-mode headerbar { | 124 | &.selection-mode, &.selection-mode headerbar { | ||
| 125 | background-color: gtkmix("@theme_titlebar_background", "@theme_button_decoration_focus", 0.5); | 125 | background-color: gtkmix("@theme_titlebar_background", "@theme_button_decoration_focus", 0.5); | ||
| 126 | separator { | 126 | separator { | ||
| 127 | background-color: gtk("@theme_button_decoration_focus"); | 127 | background-color: gtk("@theme_button_decoration_focus"); | ||
| 128 | } | 128 | } | ||
| 129 | button:not(.titlebutton) { | 129 | button:not(.titlebutton) { | ||
| 130 | background-color: gtkalpha("@theme_button_decoration_focus", 0.5); | 130 | background-color: gtkalpha(gtk("@theme_button_decoration_focus"), 0.5); | ||
| 131 | &:active, &:focus { | 131 | &:active, &:focus { | ||
| 132 | background-color: gtk("@theme_button_decoration_focus"); | 132 | background-color: gtk("@theme_button_decoration_focus"); | ||
| 133 | } | 133 | } | ||
| 134 | } | 134 | } | ||
| 135 | 135 | | |||
| 136 | &.suggested-action { | 136 | &.suggested-action { | ||
| 137 | @extend %suggested-action; | 137 | @extend %suggested-action; | ||
| 138 | } | 138 | } | ||
| ▲ Show 20 Lines • Show All 55 Lines • Show Last 20 Lines | |||||