Skip to content

Commit

Permalink
Fix blue hover on all icons
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin committed Jun 16, 2024
1 parent 0b8b8d5 commit 0328159
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 14 deletions.
7 changes: 1 addition & 6 deletions src/style/components.styl
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,4 @@ a.help-linkhover
width 120px

#componentEntityHeader .gltfIcon img
top 0

svg
color $white
&:hover
color $primary
top 0
4 changes: 2 additions & 2 deletions src/style/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ body.aframe-inspector-opened
margin-left 10px
text-decoration none

a.buttonhover
color #1faaf2
&:hover
color $primary

@keyframes animateopacity
from { opacity: 0 }
Expand Down
1 change: 1 addition & 0 deletions src/style/scenegraph.styl
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
svg
color #CCC

.toolbarActions svg:hover,
.entityActions svg:hover
color $primary

Expand Down
12 changes: 6 additions & 6 deletions src/style/textureModal.styl
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
font-size 28px
font-weight bold

.closehover,
.closefocus
.close:hover,
.close:focus
color #08f
cursor pointer
text-decoration none
Expand Down Expand Up @@ -135,25 +135,25 @@
margin 0 10px 0 0
padding 5px 10px

.modal buttonfocus
.modal button:focus
outline none

.modal button
background-color #1eaaf1
border none
color #fff

.modal buttonhover,
.modal button:hover,
.modal button.hover
background-color #346392
text-shadow -1px 1px #27496d

.modal buttonactive,
.modal button:active,
.modal button.active
background-color #27496d
text-shadow -1px 1px #193047

.modal buttondisabled
.modal button:disabled
background-color #888
cursor none

Expand Down

0 comments on commit 0328159

Please sign in to comment.