** Summary changed:

- ubuntu.css styling issues - hot corner ripple box
+ Hot corner ripple animation is still blue

** Summary changed:

- Hot corner ripple animation is still blue
+ Hot corner ripple animation is still blue in Ubuntu/Ambiance

** Changed in: gnome-shell (Ubuntu)
   Importance: Undecided => Low

** Also affects: ubuntu-themes
   Importance: Undecided
       Status: New

** Changed in: ubuntu-themes
   Importance: Undecided => Low

** Changed in: gnome-shell (Ubuntu)
       Status: New => Triaged

** No longer affects: ubuntu-themes

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1725487

Title:
  Hot corner ripple animation is still blue in Ubuntu/Ambiance

Status in gnome-shell package in Ubuntu:
  Triaged

Bug description:
  Enabling hot-corners using dconf-editor under 'org.gnome.shell enable-
  hot-corner' as true, the colour of the ripple is still blue (Adwaita
  default scheme) since the compiled shell theme still uses the
  specified asset resource:///org/gnome/shell/theme/corner-ripple-
  ltr.png - this is also valid for the rtl asset.

  I have solved the issue by appending an override to match the current
  ubuntu.css overrides as follows:

  .ripple-box {
    border-radius: 0px 0px 64px 0px !important;
    background: #e95420 !important;
    width:64px !important;
    height:64px !important;
  }

  .ripple-box:rtl {
    border-radius: 0px 0px 0px 64px !important;
    background: #e95420 !important;
    width:64px !important;
    height:64px !important;
  }

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gnome-shell 3.26.1-0ubuntu4
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Oct 20 17:25:06 2017
  DisplayManager: gdm3
  InstallationDate: Installed on 2017-10-20 (0 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1725487/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to