Skip to content

Commit

Permalink
Remove all files and styles for a fieldset.caution, none exist in the…
Browse files Browse the repository at this point in the history
… codebase

Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Jan 19, 2021
1 parent 73651b1 commit dc94cba
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 71 deletions.
1 change: 0 additions & 1 deletion doc/vendors.rst
Expand Up @@ -37,7 +37,6 @@ Specific files LICENSES
phpMyAdmin distributed themes contain some content that is under licenses.

- `themes/*/img/b_rename.svg` Is a `Icons8 <https://thenounproject.com/Icons8/>`_, icon from the `Android L Icon Pack Collection <https://thenounproject.com/Icons8/collection/android-l-icon-pack/>`_. The icon `rename <https://thenounproject.com/term/rename/61456/>`_.
- `themes/metro/img/cancel_circle.svg` Is a IcoMoon the `cancel-circle <https://github.com/Keyamoon/IcoMoon-Free/blob/master/SVG/270-cancel-circle.svg>`_
- `themes/metro/img/user.svg` Is a IcoMoon the `user <https://github.com/Keyamoon/IcoMoon-Free/blob/master/SVG/114-user.svg>`_

CC BY 4.0 or GPL
Expand Down
9 changes: 0 additions & 9 deletions themes/bootstrap/scss/_common.scss
Expand Up @@ -931,15 +931,6 @@ span {
}
}

fieldset.caution a {
color: #f00;

&:hover {
color: #fff;
background-color: #f00;
}
}

// zoom search
div#dataDisplay {
input,
Expand Down
7 changes: 0 additions & 7 deletions themes/metro/img/cancel_circle.svg

This file was deleted.

36 changes: 0 additions & 36 deletions themes/metro/scss/_common.scss
Expand Up @@ -891,42 +891,6 @@ span {
}
}

fieldset.caution {
background: $browse-warning-color;
border: 1px solid $browse-warning-color;

legend {
background-color: #fff;
}

a {
font-family: $font-family-bold;
text-transform: uppercase;
color: $button-color;
font-weight: normal;
}

ul {
padding: 0;
}
}

fieldset.caution li {
display: block;
}

fieldset.caution li {
&::before {
background: url('../img/cancel_circle.svg');
color: $button-color;
margin-#{$right}: 10px;
}

a:nth-child(2) img {
background: url('../img/s_info.png') !important;
}
}

/* zoom search */
div#dataDisplay {
input,
Expand Down
9 changes: 0 additions & 9 deletions themes/original/scss/_common.scss
Expand Up @@ -734,15 +734,6 @@ span {
}
}

fieldset.caution a {
color: #f00;

&:hover {
color: #fff;
background-color: #f00;
}
}

/* zoom search */
div#dataDisplay {
input,
Expand Down
9 changes: 0 additions & 9 deletions themes/pmahomme/scss/_common.scss
Expand Up @@ -986,15 +986,6 @@ span {
}
}

fieldset.caution a {
color: #f00;

&:hover {
color: #fff;
background-color: #f00;
}
}

// zoom search
div#dataDisplay {
input,
Expand Down

0 comments on commit dc94cba

Please sign in to comment.