Changeset View
Changeset View
Standalone View
Standalone View
src/gtk3/widgets/_link.scss
| Show All 23 Lines | 23 | *:selected & { | |||
|---|---|---|---|---|---|
| 24 | color: gtkmix(gtk("@theme_selected_fg_color"), gtk("@theme_selected_bg_color"), 0.8); | 24 | color: gtkmix(gtk("@theme_selected_fg_color"), gtk("@theme_selected_bg_color"), 0.8); | ||
| 25 | } | 25 | } | ||
| 26 | } | 26 | } | ||
| 27 | &:backdrop, &:backdrop:hover, &:backdrop:hover:selected { | 27 | &:backdrop, &:backdrop:hover, &:backdrop:hover:selected { | ||
| 28 | color: gtk("@theme_unfocused_selected_bg_color"); | 28 | color: gtk("@theme_unfocused_selected_bg_color"); | ||
| 29 | } | 29 | } | ||
| 30 | @at-root %link_selected, | 30 | @at-root %link_selected, | ||
| 31 | &:selected, *:selected & { | 31 | &:selected, *:selected & { | ||
| 32 | color: gtkmix("@theme_selected_fg_color", "@theme_selected_bg_color", 0.8); | 32 | color: gtkmix(gtk("@theme_selected_fg_color"), gtk("@theme_selected_bg_color"), 0.8); | ||
| 33 | } | 33 | } | ||
| 34 | } | 34 | } | ||
| 35 | 35 | | |||
| 36 | button:link, | 36 | button:link, | ||
| 37 | button:visited { | 37 | button:visited { | ||
| 38 | @extend %undecorated_button; | 38 | @extend %undecorated_button; | ||
| 39 | 39 | | |||
| 40 | @extend *:link; | 40 | @extend *:link; | ||
| Show All 17 Lines | |||||