[geany/geany-osx] e55302: Disable hover effect for selected tab
Jiří Techet
git-noreply at xxxxx
Sat Jan 8 22:10:51 UTC 2022
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Sat, 08 Jan 2022 22:10:51 UTC
Commit: e55302f98ef11efb630d44277384403d1449ad0b
https://github.com/geany/geany-osx/commit/e55302f98ef11efb630d44277384403d1449ad0b
Log Message:
-----------
Disable hover effect for selected tab
Modified Paths:
--------------
Prof-Gnome/gtk-3.0/main-dark.css
Prof-Gnome/gtk-3.0/main-light.css
Modified: Prof-Gnome/gtk-3.0/main-dark.css
3 lines changed, 0 insertions(+), 3 deletions(-)
===================================================================
@@ -3155,9 +3155,6 @@ notebook > header tab:checked.reorderable-page {
border-color: rgba(27, 27, 27, 0.5);
background-color: rgba(53, 53, 53, 0.5); }
-notebook > header tab:checked.reorderable-page:hover {
-
- background-color: rgba(53, 53, 53, 0.7); }
notebook > header tab button.flat {
Modified: Prof-Gnome/gtk-3.0/main-light.css
3 lines changed, 0 insertions(+), 3 deletions(-)
===================================================================
@@ -3151,9 +3151,6 @@ notebook > header tab:checked.reorderable-page {
border-color: rgba(205, 199, 194, 0.5);
background-color: rgba(246, 245, 244, 0.5); }
-notebook > header tab:checked.reorderable-page:hover {
-
- background-color: rgba(246, 245, 244, 0.7); }
notebook > header tab button.flat {
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list