// based css:
// https://github.com/solus-project/budgie-desktop/tree/master/src/theme

/**
 * Budgie Desktop
 */

// Container for both the "panel" area and the shadow. Wise to keep
// this transparent..
.budgie-container {
  background-color: transparent;
}

.budgie-settings-window buttonbox.inline-toolbar {
  border-style: none none solid;

  button {
    border-radius: $corner-radius;

    @extend %button-flat-basic;
  }
}

.budgie-popover {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(black, .1) rgba(black, .2) rgba(black, .3);
  border-radius: $corner-radius + 1px;
  box-shadow: $shadow-z4;
  background-clip: padding-box;
  background-color: $surface-z8;

  .container {
    padding: 2px;
  }

  border {
    border: none;
    background-color: transparent;
  }

  list {
    // background-color: transparent;
  }

  row {
    padding: 0;

    &:hover {
      box-shadow: none;
    }
  }

  button.flat:not(.image-button) {
    min-height: $menuitem-size;
    padding: 0 8px;
    color: $on-surface;
    font-weight: normal;

    &:disabled {
      color: disabled($on-surface);
    }
  }

  &.budgie-menu {
    .container {
      padding: 0;
    }

    // .sidebar,
    scrollbar,
    entry.search {
      background-color: transparent;
    }

    entry.search {
      border-bottom: 1px solid divider($on-surface);
      border-image: none;
      border-radius: 0;
      box-shadow: none;
      font-size: 120%;
    }

    button.flat:not(.image-button) {
      min-height: 32px;
      padding: 0 8px;
      border-radius: 0;

      @include list-item;

      &:checked {
        background-color: $overlay-selected;
      }

      // remove pointless indicator
      &:checked:disabled {
        background-color: transparent;
      }
    }
  }

  &.user-menu {
    .container {
      padding: 8px;
    }

    separator {
      margin: 4px 0;
    }
  }

  &.sound-popover {
    separator {
      margin: 3px 0;
    }
  }

  &.night-light-indicator {
    .container {
      padding: 8px;
    }
  }

  &.places-menu {
    .container {
      padding: 8px;
    }

    // FIXME: untested
    .message-bar {
      // margin-bottom: 4px;
    }

    .name-button {
      image {
        &:dir(ltr) {
          margin-right: 8px - 5px;
        }

        &:dir(rtl) {
          margin-left: 8px - 5px;
        }
      }
    }

    .unmount-button {
      margin: ($menuitem-size - $small-size) / 2;
      padding: 0;
    }

    .places-section-header {
    }

    .places-list:not(.always-expand) {
      margin-top: 4px;
      padding-top: 4px;
      border-top: 1px solid divider($on-surface);
    }

    // FIXME: untested
    .unlock-area {
      entry {
      }

      button {
      }
    }

    // use such sizes for consistency with other hard-coded dim-label sizes
    .alternative-label {
      padding: 3px;
      font-size: 15px;
    }
  }

  &.workspace-popover {
    .container {
      padding: 8px;
    }

    separator {
      margin: 4px 0;
    }

    flowboxchild {
      padding: 0;
    }
  }
}

// FIXME: workspace has unnecessary/unknown margin
.workspace-switcher {
  .workspace-layout {
    border: 0 solid divider($on-panel);

    .top &,
    .bottom & {
      &:dir(ltr) {
        border-left-width: 1px;
      }

      &:dir(rtl) {
        border-right-width: 1px;
      }
    }

    .left &,
    .right & {
      border-top-width: 1px;
    }
  }

  .workspace-item,
  .workspace-add-button {
    border: 0 solid divider($on-panel);

    .top &,
    .bottom & {
      &:dir(ltr) {
        border-right-width: 1px;
      }

      &:dir(rtl) {
        border-left-width: 1px;
      }
    }

    .left &,
    .right & {
      border-bottom-width: 1px;
    }
  }

  .workspace-item {
    transition: $transition;

    &.current-workspace {
      background-color: overlay("activated", $on-panel);
    }
  }

  .workspace-add-button {
    &:hover {
      box-shadow: none;
    }

    &:active {
      background-image: none;
    }

    &:active image {
      margin: 1px 0 -1px;
    }
  }

  .workspace-icon-button {
    // to overwrite the .budgie-panel button style below
    .budgie-panel & {
      min-height: 24px;
      min-width: 24px;
      padding: 0;
      border-radius: $corner-radius;
    }
  }
}

// Menu Button
button.budgie-menu-launcher {
  // padding: 0 2px;
}

// Raven Trigger
button.raven-trigger {
  // padding: 0 4px;
}

// Panel
.budgie-panel {
  transition: background-color $duration $ease-out;
  background-color: $panel;
  color: hint($on-panel);
  font-weight: 500;

  &.transparent {
    background-color: $scrim;
    color: hint($on-scrim);
  }

  button {
    min-height: 16px;
    min-width: 16px;
    padding: 0;
    border-radius: 0;
    color: hint($on-panel);
    @include ink-color($on-panel, $button-style: "flat");

    &:disabled {
      background-color: transparent;
      color: disabled-hint($on-panel);
    }

    &:checked {
      $background-color: overlay("activated", $on-panel);
      color: $on-panel;
      @include ink-color($on-panel, $button-style: "flat", $on: $background-color);

      &:disabled {
        background-color: overlay("activated", $on-panel);
        color: disabled($on-panel);
      }
    }
  }

  &.horizontal button {
    padding: 0 4px;
  }

  &.vertical button {
    padding: 4px 0;
  }

  separator {
    background-color: stroke($on-panel);
  }

  // used to indicate unread notifications
  .alert {
    color: error($on-panel);
  }

  // End Section needs to be fancy
  .end-region {
    // background-color: rgba(0,0,0,0.2);
  }

  // budgie-pixel-saver-applet
  .titlebar:not(headerbar) {
    min-height: 0;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    color: $on-panel;

    button:not(.suggested-action):not(.destructive-action) {
      color: hint($on-panel);
    }
  }

  // Tasklist
  #tasklist-button {
    padding: 0 4px;

    @extend %underscores;
  }

  &.vertical #tasklist-button {
    min-height: 32px;
  }

  // Icon Tasklist
  button.flat.launcher {
    padding: 0;

    @extend %underscores;

    // for indicator colors
    &:not(:checked) {
      color: disabled($on-panel);

      &:disabled {
        color: disabled-hint($on-panel);
      }
    }
  }

  .unpinned button.flat.launcher,
  .pinned button.flat.launcher.running {
    @extend %underscores-checked;
  }
}

$underscores-list:
  (top,    center calc(1px),        2 0 0 0 / 2px 0 0 0),
  (bottom, center calc(100% - 1px), 0 0 2 0 / 0 0 2px 0),
  (left,   calc(1px) center,        0 0 0 2 / 0 0 0 2px),
  (right,  calc(100% - 1px) center, 0 2 0 0 / 0 2px 0 0);

%underscores {
  @each $pos, $b_pos, $b_wid in $underscores-list {
    .#{$pos} & {
      & {
        border-image:
          radial-gradient(
            circle closest-corner at #{$b_pos},
            currentcolor 0%,
            transparent 0%
          ) 0 0 0 0 / 0 0 0 0;
      }

      @at-root %underscores-checked,
      &:checked {
        border-image:
          radial-gradient(
            circle closest-corner at #{$b_pos},
            currentcolor 100%,
            transparent 0%
          ) #{$b_wid};
      }
    }
  }
}

frame.raven-frame > border {
  border-style: none;
  box-shadow: $shadow-z16;
}

$pos_list: (top: bottom, bottom: top, left: right, right: left);

@each $pos, $b_pos in $pos_list {
  // Panel borders
  .#{$pos} .budgie-panel {
    // border-#{$b_pos}: 1px solid divider($on-surface);
  }

  // Raven borders
  .#{$pos} frame.raven-frame > border {
    margin-#{$b_pos}: 32px;
    // border-#{$b_pos}: 1px solid divider($on-surface);
  }

  // Shadows
  .#{$pos} .shadow-block {
    // background-image: linear-gradient(to $b_pos, divider($on-surface), transparent);
  }
}

// Raven
.raven {
  background-color: $surface-z8;

  list {
    // background-color: transparent;
  }

  // remove extra space between box and .raven-header.bottom
  > box:not(:only-child) {
    margin-bottom: -10px;
  }

  .raven-header {
    min-height: $medium-size;
    padding: 3px;

    // Adopt tabs style only for .top
    &.top {
      padding: 0;
      border-bottom: 1px solid divider($on-surface);

      stackswitcher.linked > button {
        @extend %button-flat-activatable;

        margin: -4px 0 -5px; // remove unwanted vertical margins
        padding: 0 16px;
        min-height: $large-size;
        border-image:
          radial-gradient(
            circle closest-corner at center calc(100% - 1px),
            $primary 0%,
            transparent 0%
          ) 0 0 0 / 0 0 0;
        border-radius: 0;

        &:checked {
          border-image:
            radial-gradient(
              circle closest-corner at center calc(100% - 1px),
              $primary 100%,
              transparent 0%
            ) 0 0 2 / 0 0 2px;
          background-color: transparent;
        }
      }
    }

    &.bottom {
      border-top: 1px solid divider($on-surface);
    }
  }

  stack {
    // remove extra space in Notifications stack
    .raven-header {
      margin-top: -6px;
    }

    // remove extra spaces in Applets stack
    scrolledwindow .raven-header {
      margin-top: -8px;
    }
  }

  .expander-button {
    border-radius: $circular-radius;
  }

  .raven-background {
    // applet background between two headers
    &.middle {
      // border-bottom-style: none;
    }

    // Adopt Choice chips style
    stackswitcher.linked > button {
      margin: -2px 8px 9px;
      padding: 0 12px;
      min-height: 32px;
      border-radius: $circular-radius;
      color: hint($on-surface);
      font-weight: normal;
      @include ink-color($on-surface, $button-style: "flat", $on: fill($on-surface));

      &:checked {
        color: $primary;
        @include ink-color($primary, $button-style: "flat", $on: overlay("activated", $primary));
      }

      &:not(:first-child) {
        margin-left: 0;
      }
    }

    // Default music icon
    > overlay > widget > image {
      color: fill($on-surface);
    }
  }

  revealer > .raven-background {
    border-bottom: 1px solid divider($on-surface);
  }

  .raven-header + .raven-background {
    border-top: 1px solid divider($on-surface);
  }

  // Application block in Notifications stack
  viewport.frame > list > row {
    // Remove all effects. This should be just a container.
    padding: 0;
    box-shadow: none;
    background: none;

    &:not(:first-child) {
      border-top: 1px solid divider($on-surface);
    }

    > box {
      // Remove awkward hard-coded margins
      margin-top: -5px;
      margin-left: -5px;
      margin-bottom: -5px;

      // Application header
      > box {
        padding: 6px;
        margin-bottom: -10px; // Remove hard-coded spacing
      }

      // Notifications
      > list > row {
        padding: 8px;

        > box {
          margin-bottom: -5px; // Remove hard-coded margin-bottom

          > box {
            // Title
            > label {
              font-weight: bold;
            }

            // Close button
            > button.image-button {
              padding: 0;
            }
          }

          > label {
            margin-top: -6px; // For less spacing: 10 -> 4
            font-size: smaller;
          }
        }
      }
    }
  }

  .powerstrip button {
    margin: 2px 0 1px;
    padding: ($large-size - 24px) / 2;
  }

  .option-subtitle {
    font-size: smaller;
  }
}

// Calendar
calendar.raven-calendar {
  // padding: 3px;
  border-style: none;
  background-color: transparent;

  &:selected {
    border-radius: $corner-radius;
    background-color: $overlay-selected;
  }
}

// MPRIS Applet
.raven-mpris {
  background-color: $scrim;
  color: $on-scrim;

  label {
    min-height: 24px;
  }

  button.image-button {
    padding: ($large-size - 24px) / 2;
    color: hint($on-scrim);
    @include ink-color($on-scrim, $button-style: "flat");
  }
}

// Notifications
.budgie-notification-window {
  background-color: transparent;
}

.budgie-notification {
  .notification-title {
    font-size: 120%;
  }

  .notification-body {
    color: hint($on-surface);
  }
}

// On Screen Display in Budgie
.budgie-osd-window {
  @extend .budgie-notification-window;
}

// Internal part of the OSD
.budgie-osd {
  .budgie-osd-text {
    font-size: 120%;
  }
}

// Alt+tab switcher in Budgie
.budgie-switcher-window {
  @extend .budgie-notification-window;
}

// Internal part of the Switcher
.budgie-switcher {
  @extend .budgie-notification;
}

.drop-shadow {
  margin: 5px 9px;
  padding: 3px;
  border-radius: $corner-radius;
  box-shadow: $shadow-z4, inset 0 1px highlight($surface-z8);
  background-color: $surface-z8;

  button {
    @extend %button-flat;

    &.text-button:not(:disabled) {
      color: $primary;
      @include ink-color($primary, $button-style: "flat");
    }
  }

  .linked > button {
    margin-right: $container-padding;
  }
}

%budgie_dialog {
  border-radius: $corner-radius;
  box-shadow: inset 0 1px highlight($surface-z8);
  background-color: $surface-z8;

  decoration {
    border-radius: $corner-radius;
  }
}

// Session Dialog
.budgie-session-dialog {
  @extend %budgie_dialog;

  > box {
    padding: 8px;
  }

  // Hide power icon
  image {
    margin: -8px;
    -gtk-icon-transform: scale(0);
  }

  label:not(:last-child),
  .dialog-title {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 500;
  }

  .dialog-title + label {
    color: hint($on-surface);
  }

  .linked.horizontal > button {
    @extend %button-flat;

    &:not(:last-child) {
      margin-right: 8px;
    }

    &:not(:disabled) {
      color: $primary;
      @include ink-color($primary, $button-style: "flat");
    }
  }
}

// PolKit Dialog
.budgie-polkit-dialog {
  @extend %budgie_dialog;

  .message {
    color: hint($on-surface);
  }

  .failure {
    color: $error;
  }
}

// Run Dialog
.budgie-run-dialog {
  @extend %budgie_dialog;

  entry.search {
    font-size: 120%;
    padding: $container-padding 8px + $container-padding;
    border-image: none;
    box-shadow: none;
    background-color: transparent;
  }

  list {
    padding: 4px 0;
    // background-color: transparent;

    .dim-label {
      color: inherit;
    }
  }

  scrolledwindow {
    border-top: 1px solid divider($on-surface);
  }

  scrollbar {
    &.right,
    &.bottom {
      border-bottom-right-radius: $corner-radius;
    }

    &.left,
    &.bottom {
      border-bottom-left-radius: $corner-radius;
    }
  }
}
