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

0001 @charset "UTF-8";
0002 
0003 /************
0004  * Pathbars *
0005  ************/
0006 .path-bar {
0007         background-color: gtk("@theme_bg_color");
0008         border-bottom: 1px solid gtk("@borders");
0009 }
0010 
0011 .path-bar button {
0012         @include neobutton(normal);
0013         padding: 4px 8px;
0014         color: gtk("@theme_fg_color");
0015         &:hover {
0016                 border-color: gtk("@theme_button_decoration_hover");
0017         }
0018         &:active,
0019         &:checked {
0020                 background-color: gtk("@borders");
0021                 font-weight: normal;
0022         }
0023         &.text-button,
0024         &.image-button,
0025         & {
0026                 padding-left: 4px;
0027                 padding-right: 4px;
0028         }
0029 
0030         &.text-button.image-button label {
0031                 padding-left: 0;
0032                 padding-right: 0;
0033         }
0034 
0035         &.text-button.image-button,
0036         & {
0037                 label:last-child {
0038                         padding-right: 8px;
0039                 }
0040                 label:first-child {
0041                         padding-left: 8px;
0042                 }
0043         }
0044 
0045         image {
0046                 padding-left: 4px;
0047                 padding-right: 4px;
0048         }
0049 
0050         &.slider-button {
0051                 padding-left: 0;
0052                 padding-right: 0;
0053         }
0054 }