Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Romain Courteaud
erp5
Commits
fbb50a50
Commit
fbb50a50
authored
Jun 27, 2016
by
Romain Courteaud
🐙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[erp5_web_renderjs_ui] Do not remove outline
It prevent accessibility, as focused elements are not visible
parent
01cd4fbf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
39 deletions
+2
-39
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_css.css
.../PathTemplateItem/web_page_module/rjs_gadget_erp5_css.css
+0
-21
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
.../PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
+2
-2
bt5/erp5_web_renderjs_ui/SkinTemplateItem/portal_skins/erp5_web_renderjs_ui/erp5css.less.txt
...teItem/portal_skins/erp5_web_renderjs_ui/erp5css.less.txt
+0
-16
No files found.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_css.css
View file @
fbb50a50
...
...
@@ -232,11 +232,6 @@ a {
color
:
#2FA2E4
;
text-decoration
:
none
;
}
a
:active
,
a
:hover
,
a
:focus
{
outline
:
none
;
}
a
[
href
=
""
]
{
color
:
#1F1F1F
;
}
...
...
@@ -345,10 +340,6 @@ textarea {
border-radius
:
0
;
font-family
:
"Courier New"
,
Courier
,
monospace
;
}
textarea
:active
,
textarea
:focus
{
outline
:
none
;
}
::-webkit-input-placeholder
{
color
:
#575757
;
}
...
...
@@ -376,24 +367,12 @@ button {
background-color
:
#FFFFFF
;
color
:
#1F1F1F
;
cursor
:
pointer
;
outline
:
0
solid
#1F1F1F
;
}
input
[
type
=
submit
]
:active
,
button
:active
,
input
[
type
=
submit
]
:focus
,
button
:focus
{
outline
:
0
solid
#1F1F1F
;
}
input
[
type
=
submit
]
::-moz-focus-inner
,
button
::-moz-focus-inner
{
border
:
0px
;
padding
:
0px
;
}
input
[
type
=
submit
]
:disabled
,
button
:disabled
{
color
:
#FFFFFF
;
outline
:
0
solid
#FFFFFF
;
}
/**********************************************
* Media
**********************************************/
...
...
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
View file @
fbb50a50
...
...
@@ -230,7 +230,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
95
1.35286.47701.226
30
</string>
</value>
<value>
<string>
95
2.10134.56146.361
30
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -248,7 +248,7 @@
</tuple>
<state>
<tuple>
<float>
146
6520882.85
</float>
<float>
146
7039078.03
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
bt5/erp5_web_renderjs_ui/SkinTemplateItem/portal_skins/erp5_web_renderjs_ui/erp5css.less.txt
View file @
fbb50a50
...
...
@@ -261,10 +261,6 @@ mark {
text-decoration: none;
&:active, &:hover, &:focus {
outline: none;
}
&[href=""] {
color: @colorforeground;
}
...
...
@@ -404,10 +400,6 @@ textarea {
color: @colortextboxforeground;
border-radius: 0;
font-family: @monospace;
&:active, &:focus {
outline: none;
}
}
::-webkit-input-placeholder {
...
...
@@ -427,9 +419,6 @@ textarea {
}
input[type=submit], button {
&:active, &:focus {
outline: 0 @border-type @colorforeground;
}
&::-moz-focus-inner {
border : 0px;
padding: 0px;
...
...
@@ -448,11 +437,6 @@ input[type=submit], button {
color: @colorforeground;
cursor: pointer;
outline: 0 @border-type @colorforeground;
&:disabled {
color: @colorbackground;
outline: 0 @border-type @colorbackground;
}
}
/**********************************************
...
...
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