Warning, /plasma/breeze-gtk/src/gtk3/widgets/_assistant.scss is written in an unsupported language. File is not indexed.

0001 assistant {
0002         .sidebar {
0003                 background-color: gtk("@theme_base_color");
0004                 color: gtk("@theme_text_color");
0005                 border-top: 1px solid gtk("@borders");
0006                 border-right: 1px solid gtk("@borders");
0007 
0008                 &:backdrop {
0009                         background-color: gtk("@theme_unfocused_base_color");
0010                         color: gtk("@theme_unfocused_text_color");
0011                         border-color: gtk("@unfocused_borders");
0012                 }
0013         }
0014         &.csd .sidebar {
0015                 border-top-style: none;
0016         }
0017         .sidebar label {
0018                 padding: 6px 12px;
0019         }
0020         .sidebar label.highlight {
0021                 background-color: gtk("@theme_selected_bg_color");
0022                 color: gtk("@theme_fg_color");
0023         }
0024 }