Warning, /plasma/breeze-gtk/src/gtk4/widgets/_libhandy.scss is written in an unsupported language. File is not indexed.
0001 @charset "UTF-8";
0002
0003 hdydialer {
0004 button {
0005 font-weight: lighter;
0006 background-color: transparent;
0007 border: 0;
0008 box-shadow: none;
0009 &:backdrop {
0010 background-color: transparent;
0011 }
0012 &:focus {
0013 background-color: transparent;
0014 border: none;
0015 }
0016 }
0017 }
0018 hdyviewswitcher {
0019 > button {
0020 border: 0;
0021 background-color: transparent;
0022 &:backdrop:hover,
0023 &:hover,
0024 &:active,
0025 &:hover:focus,
0026 &:active:focus,
0027 &:checked,
0028 &:checked:hover {
0029 background-color: transparent;
0030 }
0031 &:checked,
0032 &:checked:backdrop {
0033 border-top: 0;
0034 border-left: 0;
0035 border-right: 0;
0036 background-color: transparent;
0037 > stack {
0038 border-bottom: 3px solid transparent;
0039 border-top: 3px solid
0040 gtk("@theme_button_decoration_focus");
0041 }
0042 }
0043 &.needs-attention > stack > box label {
0044 animation: needs_attention 150ms ease-in;
0045 background-image: radial-gradient(
0046 circle,
0047 gtk("@theme_button_decoration_focus") 0%,
0048 transparent 5px
0049 );
0050 background-size: 6px 6px, 6px 6px;
0051 background-repeat: no-repeat;
0052 background-position: right 0px, right 1px;
0053 }
0054 }
0055 }
0056 headerbar hdyviewswitcher > button:checked > stack {
0057 &:backdrop {
0058 border-top: 3px solid transparent;
0059 border-bottom: 3px solid
0060 gtk("@theme_button_decoration_focus");
0061 }
0062 border-top: 3px solid transparent;
0063 border-bottom: 3px solid
0064 gtk("@theme_button_decoration_focus");
0065 }
0066
0067 window.unified {
0068 border-radius: 6px;
0069 &.maximized,
0070 &.fullscreen,
0071 &.tiled {
0072 border-radius: 0;
0073 }
0074 }