Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gtk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,152
Issues
1,152
List
Boards
Labels
Service Desk
Milestones
Merge Requests
145
Merge Requests
145
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gtk
Commits
0c387b27
Commit
0c387b27
authored
May 30, 2016
by
Lapo Calamandrei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adwaita: explicitelly set label caret-color to currentColor
since it doesn't always inherit 'color' color as it should.
parent
f54e2817
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
24 deletions
+30
-24
gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/_common.scss
+2
-0
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained-dark.css
+14
-12
gtk/theme/Adwaita/gtk-contained.css
gtk/theme/Adwaita/gtk-contained.css
+14
-12
No files found.
gtk/theme/Adwaita/_common.scss
View file @
0c387b27
...
...
@@ -144,6 +144,8 @@ flowbox {
}
label
{
caret-color
:
currentColor
;
// this shouldn't be needed.
&
.separator
{
@extend
.dim-label
;
...
...
gtk/theme/Adwaita/gtk-contained-dark.css
View file @
0c387b27
...
...
@@ -90,19 +90,21 @@ flowbox flowboxchild {
flowbox
flowboxchild
:selected
{
outline-offset
:
-2px
;
}
label
.separator
{
color
:
#eeeeec
;
}
label
.separator
:backdrop
{
label
{
caret-color
:
currentColor
;
}
label
.separator
{
color
:
#eeeeec
;
}
label
.separator
:backdrop
{
color
:
#919494
;
}
label
selection
{
background-color
:
#215d9c
;
color
:
#ffffff
;
}
label
:disabled
{
color
:
#919494
;
}
label
:disabled:backdrop
{
color
:
#566164
;
}
label
:backdrop
{
color
:
#919494
;
}
label
selection
{
background-color
:
#215d9c
;
color
:
#ffffff
;
}
label
:disabled
{
color
:
#919494
;
}
label
:disabled:backdrop
{
color
:
#566164
;
}
label
:backdrop
{
color
:
#919494
;
}
.dim-label
,
label
.separator
,
.titlebar
:not
(
headerbar
)
.subtitle
,
headerbar
.subtitle
{
...
...
gtk/theme/Adwaita/gtk-contained.css
View file @
0c387b27
...
...
@@ -90,19 +90,21 @@ flowbox flowboxchild {
flowbox
flowboxchild
:selected
{
outline-offset
:
-2px
;
}
label
.separator
{
color
:
#2e3436
;
}
label
.separator
:backdrop
{
label
{
caret-color
:
currentColor
;
}
label
.separator
{
color
:
#2e3436
;
}
label
.separator
:backdrop
{
color
:
#8b8e8f
;
}
label
selection
{
background-color
:
#4a90d9
;
color
:
#ffffff
;
}
label
:disabled
{
color
:
#8b8e8f
;
}
label
:disabled:backdrop
{
color
:
#c3c3c0
;
}
label
:backdrop
{
color
:
#8b8e8f
;
}
label
selection
{
background-color
:
#4a90d9
;
color
:
#ffffff
;
}
label
:disabled
{
color
:
#8b8e8f
;
}
label
:disabled:backdrop
{
color
:
#c3c3c0
;
}
label
:backdrop
{
color
:
#8b8e8f
;
}
.dim-label
,
label
.separator
,
.titlebar
:not
(
headerbar
)
.subtitle
,
headerbar
.subtitle
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment